diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /biology | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | FreeBSD-ports-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip FreeBSD-ports-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/rasmol/Makefile | 4 | ||||
-rw-r--r-- | biology/rasmol/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 448e9a8..8365276 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.2 1998/05/24 04:04:23 steve Exp $ +# $Id: Makefile,v 1.3 1998/07/27 23:24:02 asami Exp $ # DISTNAME= RasMol26b2x1 @@ -16,4 +16,6 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw WRKSRC= $(WRKDIR)/RasMol2.6x1 USE_IMAKE= yes +MAN1= rasmol.1 + .include <bsd.port.mk> diff --git a/biology/rasmol/pkg-plist b/biology/rasmol/pkg-plist index 95a48d0..ecd759f 100644 --- a/biology/rasmol/pkg-plist +++ b/biology/rasmol/pkg-plist @@ -1,5 +1,4 @@ bin/rasmol -man/man1/rasmol.1.gz lib/X11/rasmol/1crn.pdb lib/X11/rasmol/3cro.pdb lib/X11/rasmol/rasmol.hlp |