diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-12 21:32:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-12 21:32:20 +0000 |
commit | 1a5c55442a6ffa9a0705c35dd4df37feabac4759 (patch) | |
tree | 57d66d050762e2422feddd9ea736c97394de5cf2 /chat/aim/Makefile | |
parent | 14f40c4ecde4e507d11f7c1a40546d7dd2aacbca (diff) | |
download | pkgsrc-1a5c55442a6ffa9a0705c35dd4df37feabac4759.tar.gz |
Correct last commit, c&p destroyed tabs.
Diffstat (limited to 'chat/aim/Makefile')
-rw-r--r-- | chat/aim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/aim/Makefile b/chat/aim/Makefile index 995f200c987..8c54b4a8de4 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" |