diff options
author | max <max@FreeBSD.org> | 1997-05-30 19:59:34 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-30 19:59:34 +0000 |
commit | 310ef75491fee52ef73332fb8066336fbf194729 (patch) | |
tree | 775ddff73cff4334cf77301fbbf6ec39253442fe /textproc/rman/Makefile | |
parent | 7ab4170cd15cb40ca6e36cb9c8694e708c08205d (diff) | |
download | FreeBSD-ports-310ef75491fee52ef73332fb8066336fbf194729.zip FreeBSD-ports-310ef75491fee52ef73332fb8066336fbf194729.tar.gz |
Upgrade, 2.5a6 -> 3.0.2a9.
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r-- | textproc/rman/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index e430678..15b099a 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rman -# Version required: 2.4 +# Version required: 3.0.2a9 # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.12 1996/12/07 09:28:44 max Exp $ +# $Id: Makefile,v 1.13 1997/04/27 00:11:48 asami Exp $ # -DISTNAME= rman-2.5a6 +DISTNAME= rman-3.0.2a9 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z @@ -16,4 +16,7 @@ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de NO_CDROM= "Don't sell for profit" MAN1= rman.1 +post-install: + @strip ${PREFIX}/bin/rman + .include <bsd.port.mk> |