pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/freebsd_lib Clean up fallout from {DE,}INSTA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce3143f72e69
branches: trunk
changeset: 514876:ce3143f72e69
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Jun 19 23:19:24 2006 +0000
description:
Clean up fallout from {DE,}INSTALL_SRC removal: if using the pkginstall
framework, then the INSTALL script should not be explicitly invoked
in the post-install target.
Also remove an extraneous show-shlib-type target that no longer has
any effect in pkgsrc.
diffstat:
emulators/freebsd_lib/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r a507537d2345 -r ce3143f72e69 emulators/freebsd_lib/Makefile
--- a/emulators/freebsd_lib/Makefile Mon Jun 19 23:16:33 2006 +0000
+++ b/emulators/freebsd_lib/Makefile Mon Jun 19 23:19:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/06/17 19:30:12 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/19 23:19:24 jlam Exp $
#
DISTNAME= freebsd_lib-2.2.7
@@ -22,10 +22,6 @@
cd ${WRKSRC} && for file in `${FIND} usr -name '*.*' -print`; do \
${INSTALL_DATA} $$file ${PREFIX}/emul/freebsd/$$file; \
done
- @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
${TOUCH} ${PREFIX}/emul/freebsd/var/run/ld.so.hints
-show-shlib-type:
- @${ECHO} a.out
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index