summaryrefslogtreecommitdiffstats
path: root/misc/amanda25-client/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1997-03-08 05:00:11 +0000
committergpalmer <gpalmer@FreeBSD.org>1997-03-08 05:00:11 +0000
commiteb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414 (patch)
tree749b42aebb68b132649d72f2d74ee99d7a8fb05d /misc/amanda25-client/Makefile
parente8ec600dbf5a2e224ab24b51ae32f0450118714f (diff)
downloadFreeBSD-ports-eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414.zip
FreeBSD-ports-eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414.tar.gz
Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r--misc/amanda25-client/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile
index 1afbb92..d91598b 100644
--- a/misc/amanda25-client/Makefile
+++ b/misc/amanda25-client/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: amanda
-# Version required: 2.2.6.5
+# Version required: 2.3.0
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $
#
-DISTNAME= amanda-2.2.6.5
+DISTNAME= amanda-2.3.0
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/
+MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -16,4 +16,11 @@ PATCH_STRIP=
MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \
amflush.8 amlabel.8 amrestore.8 amtape.8
+pre-configure:
+ echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
+
+post-install:
+ mkdir -p ${PREFIX}/share/examples/amanda
+ cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud