diff options
author | agc <agc@pkgsrc.org> | 1999-09-28 12:44:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-09-28 12:44:14 +0000 |
commit | a6ade82fd9499c5e9240524fe8442fe99b965de0 (patch) | |
tree | 698a9a4777e99d437b772a5c49ea18ca0876e016 /pkgtools/gensolpkg/Makefile | |
parent | 7ad7c0fdae84e2b4dfa2d302a7a9e8b5628eea4c (diff) | |
download | pkgsrc-a6ade82fd9499c5e9240524fe8442fe99b965de0.tar.gz |
Update gensolpkg to version 1.1.
Changes include:
+ prefix is found automatically, using the new show-var target in bsd.pkg.mk
+ pkgname is found using the new show-var target, rather than the old egrep(1)
way, which failed for packages like xv.
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 d0799af5e0c..3fcaa7153ef 100644 --- a/pkgtools/gensolpkg/Makefile +++ b/pkgtools/gensolpkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/09/24 12:58:34 agc Exp $ +# $NetBSD: Makefile,v 1.3 1999/09/28 12:44:14 agc Exp $ # -DISTNAME= gensolpkg-1.0 +DISTNAME= gensolpkg-1.1 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |