diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-25 03:34:57 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-25 03:34:57 +0000 |
commit | d6189b3b33ba5a46e33e62b2824aee6c67595e6e (patch) | |
tree | 6c838dcdc65c3a29fb39a95b87f578fc7ebecc9b /biology/rasmol | |
parent | 5564429d7eae8f3f2e875df1862c185b30410cab (diff) | |
download | pkgsrc-d6189b3b33ba5a46e33e62b2824aee6c67595e6e.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'biology/rasmol')
-rw-r--r-- | biology/rasmol/Makefile | 3 | ||||
-rw-r--r-- | biology/rasmol/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 8e08674eda2..7a37c4c4601 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2002/09/29 01:32:05 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/25 03:37:23 jschauma Exp $ DISTNAME= RasMol_2.7.1 PKGNAME= rasmol-2.7.1 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= biology MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ diff --git a/biology/rasmol/PLIST b/biology/rasmol/PLIST index df9d2578f81..36a5dd8ec3f 100644 --- a/biology/rasmol/PLIST +++ b/biology/rasmol/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:28:15 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/25 03:37:23 jschauma Exp $ bin/rasmol share/doc/rasmol/rasmol.hlp share/doc/rasmol/NOTICE @@ -27,4 +27,4 @@ share/examples/rasmol/IUCR9800028.cif share/examples/rasmol/asprin.alc share/examples/rasmol/pdb2mcg.ent @dirrm share/examples/rasmol -man/cat1/rasmol.0 +${IMAKE_MAN_DIR}/rasmol.${IMAKE_MANNEWSUFFIX} |