diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-19 23:19:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-19 23:19:24 +0000 |
commit | 23716a3db6d6610a3bfa2b05032121fcd9a482ca (patch) | |
tree | bf89625bb27bd9c5ae54eed1e07ec305034e7df2 /emulators | |
parent | c175bfe35e339c6843dd29ba62876a59c2070241 (diff) | |
download | pkgsrc-23716a3db6d6610a3bfa2b05032121fcd9a482ca.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index b47b344da10..d3022049786 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -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 @@ do-install: 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" |