diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch) | |
tree | 7fb39aa3f78592f94c2415ace02da97d31058a71 /textproc/rman/Makefile | |
parent | Cleanup/termios support/off_t -> long and much more (diff) |
Another round of Makefile updates, in utils!
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r-- | textproc/rman/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 7ec881ef5088..727c12f91924 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,10 +3,12 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id$ +# DISTNAME= rman-2.0 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ CATEGORIES+= utilities +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ +EXTRACT_SUFX= .tar.Z .include <bsd.port.mk> |