diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 01:11:12 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 01:11:12 +0000 |
commit | a3d2853e31e25585902a7bf6db4c8ed018c18a88 (patch) | |
tree | be261f2a0381fe08024e03e7e976b14d4b6ef661 /misc/amanda-server | |
parent | 7eb13fe3005502a877cb9dabccfdc3712dc8b5dc (diff) |
amanda-perl-wrapper was fixed to force using threaded perl.
Try removing $MANUAL_PACKAGE_BUILD and bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=264820
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 633bcadc71d4..2cef20aa58da 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= amanda PORTVERSION= 3.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -43,8 +44,6 @@ PKG_MESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} -MANUAL_PACKAGE_BUILD= needs threaded perl - OPTIONS= GNUTAR "use GNU tar" on .include <bsd.port.pre.mk> |