diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-11 14:19:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-11 14:19:49 +0000 |
commit | d5aa766cd911879026d127d95d23dc2d05fa1d23 (patch) | |
tree | d2cd37f4d6b0aebd187f590673f7c6cf2e25ba3c /misc/dpkg/Makefile | |
parent | b41e65f06fdf3ebfcc97b6dbf610c93484bf21d7 (diff) | |
download | pkgsrc-d5aa766cd911879026d127d95d23dc2d05fa1d23.tar.gz |
Use PKGNAME_NOREV.
Diffstat (limited to 'misc/dpkg/Makefile')
-rw-r--r-- | misc/dpkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index 3ca1159383c..507e328bd70 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:07 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/02/11 14:21:36 joerg Exp $ # -DISTNAME= ${PKGNAME:S,-,_,} +DISTNAME= ${PKGNAME_NOREV:S,-,_,} PKGNAME= dpkg-1.10.24 PKGREVISION= 1 CATEGORIES= misc |