From d1733e7a9a1c068365975daee705eaf179cecea6 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Sat, 8 Mar 1997 05:00:11 +0000 Subject: Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf --- misc/amanda32-server/Makefile | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'misc/amanda32-server') diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/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 -- cgit v1.2.3