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/amanda25-server | |
parent | Remove non-existent file so this port packages. I'm not exactly sure (diff) |
===> Building package for amanda-2.4.0
tar: can't add file libexec/amanda/amcat.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.g : No such file or directory
tar: can't add file libexec/amanda/amplot.gp : No such file or directory
tar: can't add file sbin/amplot : No such file or directory
Notes
Notes:
svn path=/head/; revision=11283
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 2a207cdb76eb..4803e3e84f49 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-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 \ |