diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /biology/rasmol/Makefile | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.zst freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'biology/rasmol/Makefile')
-rw-r--r-- | biology/rasmol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 448e9a89d28e..83652763a3c3 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> |