summaryrefslogtreecommitdiff
path: root/misc/amanda24
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1997-03-08 05:00:11 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1997-03-08 05:00:11 +0000
commitd1733e7a9a1c068365975daee705eaf179cecea6 (patch)
treed899d704e6f8d3e06b7c84456aac7f66dfbdc64a /misc/amanda24
parentRespects ${PREFIX} (diff)
Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf
Notes
Notes: svn path=/head/; revision=5911
Diffstat (limited to 'misc/amanda24')
-rw-r--r--misc/amanda24/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile
index 1afbb923fd80..d91598b25a69 100644
--- a/misc/amanda24/Makefile
+++ b/misc/amanda24/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>