diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1997-03-08 05:00:11 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1997-03-08 05:00:11 +0000 |
commit | d1733e7a9a1c068365975daee705eaf179cecea6 (patch) | |
tree | d899d704e6f8d3e06b7c84456aac7f66dfbdc64a /misc/amanda-client | |
parent | 2f6d0a15eebd06ddd701ffeda344d0ca9ecdde81 (diff) | |
download | ports-d1733e7a9a1c068365975daee705eaf179cecea6.tar.gz ports-d1733e7a9a1c068365975daee705eaf179cecea6.zip |
Notes
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-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> |