From 1a5c55442a6ffa9a0705c35dd4df37feabac4759 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 12 Dec 2005 21:32:20 +0000 Subject: [PATCH] Correct last commit, c&p destroyed tabs. --- chat/aim/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chat/aim/Makefile b/chat/aim/Makefile index 995f200c9879..8c54b4a8de47 100644 --- a/chat/aim/Makefile +++ b/chat/aim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/12 20:30:00 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/12 21:32:20 joerg Exp $ DISTNAME= aim-1.5.286 CATEGORIES= chat @@ -15,10 +15,10 @@ COMMENT= AOL Instant Messenger (SM) BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg do-install: - ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - ${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \ - -p ${EMULSUBDIR} ${DISTDIR}/${DISTFILES} - ${LN} -fs ../${EMULSUBDIR}/usr/bin/aim ${PREFIX}/bin/aim + ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + ${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \ + -p ${EMULSUBDIR} ${DISTDIR}/${DISTFILES} + ${LN} -fs ../${EMULSUBDIR}/usr/bin/aim ${PREFIX}/bin/aim .include "../../emulators/suse_linux/Makefile.application"