diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | 53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch) | |
tree | 750f62f43b17ff10a3a84f2060b666f410857ba7 /biology | |
parent | Remove trailing dot in LIB_DEPENDS. (diff) |
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes:
svn path=/head/; revision=13165
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 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> diff --git a/biology/rasmol/pkg-plist b/biology/rasmol/pkg-plist index 95a48d0c250a..ecd759fbeef7 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 |