diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-05 22:13:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-05 22:13:19 +0000 |
commit | 66ef991febf573864a1dfce6842146ca866bec11 (patch) | |
tree | 17b393faaed3a29ec118a2146802552d1038a3be /misc/amanda26-server | |
parent | f43d551b4ee3ffc496ec06603b545e3e149ebe11 (diff) | |
download | ports-66ef991febf573864a1dfce6842146ca866bec11.tar.gz ports-66ef991febf573864a1dfce6842146ca866bec11.zip |
Notes
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r-- | misc/amanda26-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 2a207cdb76eb..4803e3e84f49 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -3,7 +3,7 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.14 1998/03/20 02:06:07 cwt Exp $ +# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $ # DISTNAME= amanda-2.4.0 @@ -14,6 +14,8 @@ MAINTAINER= cwt@FreeBSD.ORG WRKSRC= ${WRKDIR}/amanda-2.4.0 +BROKEN= package + NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ |