diff options
author | matusita <matusita@FreeBSD.org> | 2004-03-22 09:53:22 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-03-22 09:53:22 +0800 |
commit | db66753a70a9f1a5fe80463a08da84c4815da634 (patch) | |
tree | 9b5a7d5a5206bfe0a7f79b1353b54279877f3d03 /mail | |
parent | 05d17215442607a37781669935f676542b463cd8 (diff) | |
download | freebsd-ports-gnome-db66753a70a9f1a5fe80463a08da84c4815da634.tar.gz freebsd-ports-gnome-db66753a70a9f1a5fe80463a08da84c4815da634.tar.zst freebsd-ports-gnome-db66753a70a9f1a5fe80463a08da84c4815da634.zip |
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')
-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 |