pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/aim Move do-install before inclusion of
details: https://anonhg.NetBSD.org/pkgsrc/rev/20086398eb1e
branches: trunk
changeset: 504527:20086398eb1e
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Dec 12 20:30:00 2005 +0000
description:
Move do-install before inclusion of
emulators/suse_linux/Makefile.application, to keep old behaviour.
diffstat:
chat/aim/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 448db1f53eba -r 20086398eb1e chat/aim/Makefile
--- a/chat/aim/Makefile Mon Dec 12 20:25:09 2005 +0000
+++ b/chat/aim/Makefile Mon Dec 12 20:30:00 2005 +0000
@@ -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 @@
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 @@
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"
Home |
Main Index |
Thread Index |
Old Index