diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 09:47:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 09:47:25 +0000 |
commit | f9f03aab277ba0e1998abcea78b38702c449ebfc (patch) | |
tree | 3a790a12ef81f5cd2e1cfb15db97973b8a031639 /misc/amanda-server | |
parent | 1f4a2d072a64f7947adef9cad625d2f564949de1 (diff) | |
download | ports-f9f03aab277ba0e1998abcea78b38702c449ebfc.tar.gz ports-f9f03aab277ba0e1998abcea78b38702c449ebfc.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 7b6d326947b8..1cf5472331af 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp $ +# $Id: Makefile,v 1.10 1998/02/18 14:23:28 cwt Exp $ # DISTNAME= amanda-2.4.0b6 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ MAINTAINER= cwt@FreeBSD.ORG +NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-user=operator --with-group=operator |