diff options
author | tron <tron> | 1999-05-17 01:54:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-17 01:54:01 +0000 |
commit | 4aabf3817a4efca229f2aa9095e593679c62a65b (patch) | |
tree | f30a22399bb8f6191cfead53185a2029689b4ac9 /emulators/suse_x11 | |
parent | d690d6d93be5123dc848055c9016e14de33c6269 (diff) | |
download | pkgsrc-4aabf3817a4efca229f2aa9095e593679c62a65b.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 |