diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 01:03:24 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 01:03:24 +0000 |
commit | 59d73865b219ae5447c995cb4c2c7fbf73a6d476 (patch) | |
tree | 1dbe78b7111fbb45942d2920407fb21566844bf6 | |
parent | Honor WNHOME if it's defined within the environment. (diff) |
Add missing dir to pkg-plist. PORTREVISION bump.
Notes
Notes:
svn path=/head/; revision=84421
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-WordNet-QueryData/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index 51b831f2d5b1..758e363e1e4f 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -7,6 +7,7 @@ PORTNAME= WordNet-QueryData PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WordNet diff --git a/textproc/p5-WordNet-QueryData/pkg-plist b/textproc/p5-WordNet-QueryData/pkg-plist index b26cb5515696..b8ff87554135 100644 --- a/textproc/p5-WordNet-QueryData/pkg-plist +++ b/textproc/p5-WordNet-QueryData/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/WordNet/QueryData.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/WordNet 2>/dev/null || true |