diff options
author | joerg <joerg> | 2006-02-11 14:19:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-11 14:19:49 +0000 |
commit | c79dc4d0cd3dd88908437325222f9a9af91d6fa9 (patch) | |
tree | d2cd37f4d6b0aebd187f590673f7c6cf2e25ba3c /misc | |
parent | 0f5f99d06e6c809a39fa226a671d770037c75ad0 (diff) | |
download | pkgsrc-c79dc4d0cd3dd88908437325222f9a9af91d6fa9.tar.gz |
Use PKGNAME_NOREV.
Diffstat (limited to 'misc')
-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 |