summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-04-20 14:38:40 +0000
committerjoerg <joerg@pkgsrc.org>2017-04-20 14:38:40 +0000
commit5d5e9f76fc3c39bd39dc8e6a97c0158153348201 (patch)
treebb4cb614f7894f00c29d890542ba22c3881ac4bf /pkgtools
parent08399ace411d80e8377e449830c2826b544bde76 (diff)
downloadpkgsrc-5d5e9f76fc3c39bd39dc8e6a97c0158153348201.tar.gz
Drop PKG_REVISION. Should never be set here in first place.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 5e557da239b..7f884cff169 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.220 2017/04/19 21:42:50 joerg Exp $
+# $NetBSD: Makefile,v 1.221 2017/04/20 14:38:40 joerg Exp $
# Notes to package maintainers:
#
@@ -7,7 +7,6 @@
# change in the pkg_* tools that pkgsrc relies on for proper operation.
PKGNAME= pkg_install-${VERSION}
-PKGREVISION= 1
CATEGORIES= pkgtools
MAINTAINER= agc@NetBSD.org