diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-22 01:53:22 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-22 01:53:22 +0000 |
commit | 8806af6020e21b1c5ae300bf839fd01e7607e8b8 (patch) | |
tree | af1ddbcd1340c1661ab29f9b4c0f0d76f8bed8b7 /mail/popfile | |
parent | Fix plist. (diff) |
For the next time I do not break pkg-plist while upgrading, use
PORTVERSION string in the file. It should be no content change,
and previous commit was made a few minutes before, don't bump PORTREVISION.
Diffstat (limited to 'mail/popfile')
-rw-r--r-- | mail/popfile/Makefile | 1 | ||||
-rw-r--r-- | mail/popfile/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile index bc0771eafea8..2ddca2cdbbee 100644 --- a/mail/popfile/Makefile +++ b/mail/popfile/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DB NO_BUILD= yes NO_WRKSUBDIR= yes USE_REINPLACE= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_ZIP= yes USE_PERL5_RUN= yes diff --git a/mail/popfile/pkg-plist b/mail/popfile/pkg-plist index af54797d2c63..c9bfa8d110fa 100644 --- a/mail/popfile/pkg-plist +++ b/mail/popfile/pkg-plist @@ -141,7 +141,7 @@ sbin/popfile.sh %%DATADIR%%/skins/white.css %%DATADIR%%/skins/windows.css %%DATADIR%%/stopwords -%%DATADIR%%/v0.21.1.change +%%DATADIR%%/v%%PORTVERSION%%.change @dirrm %%DATADIR%%/Classifier @dirrm %%DATADIR%%/POPFile @dirrm %%DATADIR%%/Proxy |