diff options
author | agc <agc> | 1999-10-06 12:11:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-10-06 12:11:04 +0000 |
commit | 56ee8022ff7bfaa4c11461d6d10932f39184f62d (patch) | |
tree | 420969ea63bf412626b6518edf4f05c52ddfe367 /pkgtools/gensolpkg/Makefile | |
parent | 33a6d13e93bb635e05d740237be2399f06548568 (diff) | |
download | pkgsrc-56ee8022ff7bfaa4c11461d6d10932f39184f62d.tar.gz |
Update to version 1.4 of gensolpkg.
Added functionality includes:
+ Remove the need to specify the Solaris package abbreviated name -
it gets generated from PKGNAME automatically
+ Add depend file generation, for all dependencies
+ Add support for symlinks in PLIST
+ Add support for conflicts in depend(4) file.
+ Create a compressed, stream package after the original package
is made.
Diffstat (limited to 'pkgtools/gensolpkg/Makefile')
-rw-r--r-- | pkgtools/gensolpkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile index 0cdced4cace..cac14fcab61 100644 --- a/pkgtools/gensolpkg/Makefile +++ b/pkgtools/gensolpkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/09/30 13:45:51 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/06 12:11:04 agc Exp $ # -DISTNAME= gensolpkg-1.3 +DISTNAME= gensolpkg-1.4 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |