diff options
author | tron <tron@pkgsrc.org> | 1999-09-19 23:59:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-19 23:59:34 +0000 |
commit | 0493ff558091d589a8263d6fc3d82a7f6a32d333 (patch) | |
tree | 8b5caa2c2c61426cfec2750fb4fb1249fd6161ec /emulators/suse_libc5/Makefile | |
parent | b6583e7e9b66c85b37c909e22cdbff382de05607 (diff) | |
download | pkgsrc-0493ff558091d589a8263d6fc3d82a7f6a32d333.tar.gz |
Remove unnecessary "post-install" target.
Diffstat (limited to 'emulators/suse_libc5/Makefile')
-rw-r--r-- | emulators/suse_libc5/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index bab495853ed..e50d5c3a9d7 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/09/19 23:58:42 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/09/19 23:59:34 tron Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-6.1p1 @@ -17,7 +17,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -post-install: - ${ECHO} ${EMULSUBDIR}/usr/lib/libncurses.so.2.1 >>${PLIST_SRC} - .include "../suse_linux/suse.mk" |