diff options
author | tron <tron@pkgsrc.org> | 1999-05-17 01:54:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-17 01:54:01 +0000 |
commit | 79eeaccfb14eb958d5caa879e4b9a80411d6a97e (patch) | |
tree | f30a22399bb8f6191cfead53185a2029689b4ac9 /emulators/suse_libc5 | |
parent | 708b192ed80072802187bb4dd7dc7e4fc1548466 (diff) | |
download | pkgsrc-79eeaccfb14eb958d5caa879e4b9a80411d6a97e.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 |