aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rman/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-19 14:54:29 +0800
committerasami <asami@FreeBSD.org>1995-08-19 14:54:29 +0800
commit38fd16e182220ebe0c8071360ff09c5ccacdad67 (patch)
treee0f3dff8134d19394f67f693d51b27077b7a1edc /textproc/rman/Makefile
parentfc316e2bb7d90aa5ac5ce8721c7262a023093193 (diff)
downloadfreebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.tar.gz
freebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.tar.zst
freebsd-ports-gnome-38fd16e182220ebe0c8071360ff09c5ccacdad67.zip
Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in
commercial products) so it has NO_PACKAGE=yes.
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r--textproc/rman/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 727c12f91924..bd7922dc11a2 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,14 +1,22 @@
# New ports collection makefile for: rman
-# Version required: 2.0
+# Version required: 2.4
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/15 03:45:54 asami Exp $
#
-DISTNAME= rman-2.0
+DISTNAME= rman-2.4
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
+# Restrictive copyright
+NO_PACKAGE= yes
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/rman.1
+.endif
+
.include <bsd.port.mk>