diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-23 16:39:03 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-23 16:39:03 +0000 |
commit | b2bffe27fd90b8d95c9ca6113e16ddbd33dc95c6 (patch) | |
tree | e4974925001ce118a0ee9549c5a642a81476f4e1 /textproc/rman | |
parent | 30aaf3d4efd7b0cb38494ea01d4a5fb7b09708c9 (diff) | |
download | ports-b2bffe27fd90b8d95c9ca6113e16ddbd33dc95c6.tar.gz ports-b2bffe27fd90b8d95c9ca6113e16ddbd33dc95c6.zip |
Notes
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 1c87a9b2c2ec..ea603bc2e21f 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -4,9 +4,8 @@ # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -DISTNAME= rman +DISTNAME= rman-2.0 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -WRKSRC= ${WRKDIR}/rman-2.0 .include <bsd.port.mk> |