summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-12 20:30:00 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-12 20:30:00 +0000
commite65d068ed4f7c09f2f8f711b6b9df53da436ac68 (patch)
treee8aff776fadb543f2ec5ac622b4b90660bd20bbd /chat
parentab83ae98bf7bbd186e46214b2d3529668ffdc77b (diff)
downloadpkgsrc-e65d068ed4f7c09f2f8f711b6b9df53da436ac68.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/Makefile14
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"