diff options
author | asami <asami@FreeBSD.org> | 1998-02-25 17:47:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-25 17:47:25 +0800 |
commit | 3619cfd35cc7c6730e69f268ed6d3519806f8d37 (patch) | |
tree | a514b925ecd1ead73b9c93e3c969e689b0f83516 /misc/amanda25-server | |
parent | 4d4311d758a8a393d93fcc6a221c60c03f695831 (diff) | |
download | freebsd-ports-gnome-3619cfd35cc7c6730e69f268ed6d3519806f8d37.tar.gz freebsd-ports-gnome-3619cfd35cc7c6730e69f268ed6d3519806f8d37.tar.zst freebsd-ports-gnome-3619cfd35cc7c6730e69f268ed6d3519806f8d37.zip |
Define NO_LATEST_LINK, this is a beta.
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 7b6d326947b8..1cf5472331af 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.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 |