diff options
author | tron <tron> | 1999-05-17 01:54:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-17 01:54:01 +0000 |
commit | ff460b5ecab52f540c9b965928d4620032d6c6e7 (patch) | |
tree | f30a22399bb8f6191cfead53185a2029689b4ac9 /emulators/suse_libc5 | |
parent | 0d32b5e662e6e96b7a7781f14cf7e6cfe017eb2f (diff) | |
download | pkgsrc-ff460b5ecab52f540c9b965928d4620032d6c6e7.tar.gz |
Handle symlinks pointing to files smarter in automatically created
package list so that decompressing the manual pages will work.
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index ee0fc53d6a6..01b5579dc92 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/17 00:52:31 thorpej Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/17 01:54:01 tron Exp $ DISTNAME= suse_libc5-6.1 CATEGORIES= emulators @@ -20,7 +20,6 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_WRKSUBDIR= yes MANCOMPRESSED= yes -MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC EMULSUBDIR= emul/linux |