diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 12:11:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 12:11:15 +0000 |
commit | ab0fde2ee642147d04a5fc42c4043cdc74071025 (patch) | |
tree | 889e0d00647e9a00e3b7697c47ebe2a1489242b4 /devel/GConf2/Makefile | |
parent | 80cab81e2b6f7dd509bd5b5e9fe43d32959da1f0 (diff) | |
download | pkgsrc-ab0fde2ee642147d04a5fc42c4043cdc74071025.tar.gz |
Move PKGREVISION from Makefile.common to Makefile.
Diffstat (limited to 'devel/GConf2/Makefile')
-rw-r--r-- | devel/GConf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 7c599b8dc29..aad129a3a31 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2003/02/14 20:04:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/02 12:11:15 wiz Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2/} +PKGREVISION= 1 USE_PKGINSTALL= YES |