diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-12 20:30:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-12 20:30:00 +0000 |
commit | 808a4c9600269f5b55392ceb1e42fd96c368c66c (patch) | |
tree | e8aff776fadb543f2ec5ac622b4b90660bd20bbd /chat | |
parent | 066958fab67901403cb421ddaca1731cb971e575 (diff) | |
download | pkgsrc-808a4c9600269f5b55392ceb1e42fd96c368c66c.tar.gz |
Move do-install before inclusion of
emulators/suse_linux/Makefile.application, to keep old behaviour.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/aim/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/aim/Makefile b/chat/aim/Makefile index cc99a4239c9..995f200c987 100644 --- a/chat/aim/Makefile +++ b/chat/aim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/12/12 14:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/12 20:30:00 joerg Exp $ DISTNAME= aim-1.5.286 CATEGORIES= chat @@ -14,6 +14,12 @@ 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 + .include "../../emulators/suse_linux/Makefile.application" .if !defined(USE_NATIVE_LINUX) @@ -35,10 +41,4 @@ PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q} INSTALLATION_DIRS= bin -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 - .include "../../mk/bsd.pkg.mk" |