diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-25 17:15:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-25 17:15:27 +0800 |
commit | 6480dd598ad38cdbe96600189e82c4f38c7a8aa7 (patch) | |
tree | 414bc5636196c2c2f4dbf99fb6bc3795726ed94c /textproc/print-n-times | |
parent | 747a3cd20000ae0ef338428357751883617b1206 (diff) | |
download | freebsd-ports-gnome-6480dd598ad38cdbe96600189e82c4f38c7a8aa7.tar.gz freebsd-ports-gnome-6480dd598ad38cdbe96600189e82c4f38c7a8aa7.tar.zst freebsd-ports-gnome-6480dd598ad38cdbe96600189e82c4f38c7a8aa7.zip |
Fixed pkg-plist
Noticed by: pointyhat
Diffstat (limited to 'textproc/print-n-times')
-rw-r--r-- | textproc/print-n-times/Makefile | 1 | ||||
-rw-r--r-- | textproc/print-n-times/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/print-n-times/Makefile b/textproc/print-n-times/Makefile index fb2d74d45cb2..b62c84d4299d 100644 --- a/textproc/print-n-times/Makefile +++ b/textproc/print-n-times/Makefile @@ -5,6 +5,7 @@ PORTNAME= print-n-times PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://aaronland.info/xsl/string/print-n-times/ diff --git a/textproc/print-n-times/pkg-plist b/textproc/print-n-times/pkg-plist index a3c68f5595b6..240647013cf8 100644 --- a/textproc/print-n-times/pkg-plist +++ b/textproc/print-n-times/pkg-plist @@ -1,2 +1,3 @@ share/xsl/string/print-n-times.xsl @unexec rmdir %D/share/xsl/string 2>/dev/null || true +@unexec rmdir %D/share/xsl 2>/dev/null || true |