diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-21 01:43:30 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-21 01:43:30 +0000 |
commit | 7568ceb9efe94cd46550058046d33080e2a74a47 (patch) | |
tree | 5b0bd065be2b53c72ff065611083b5b22ec097f4 /security | |
parent | 2d1417c7c03d8a024b085a2a2d321e11e1039b0e (diff) | |
download | ports-7568ceb9efe94cd46550058046d33080e2a74a47.tar.gz ports-7568ceb9efe94cd46550058046d33080e2a74a47.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libwhisker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libwhisker/Makefile b/security/libwhisker/Makefile index b0cc2ebe9aa6..5dddff5f5b01 100644 --- a/security/libwhisker/Makefile +++ b/security/libwhisker/Makefile @@ -7,6 +7,7 @@ PORTNAME= libwhisker PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= security perl5 MAINTAINER= jan@atstake.com @@ -18,7 +19,7 @@ DISTNAME= ${PORTNAME}-current WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes -STRIP_CMD= # Do not strip file during installation +USE_PERL5= yes DOC1= README CHANGES KNOWNBUGS DOCS= docs/OPTIMIZE docs/evil.htm docs/whisker_hash.txt |