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_x11 | |
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_x11')
-rw-r--r-- | emulators/suse_x11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 2507af79f90..02c9a7f7e5c 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/17 00:36:44 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/17 01:54:01 tron Exp $ DISTNAME= suse_x11-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 |