diff options
author | agc <agc> | 2001-09-09 20:36:07 +0000 |
---|---|---|
committer | agc <agc> | 2001-09-09 20:36:07 +0000 |
commit | 10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch) | |
tree | 3fd1a2f535365e26fdc0e751d53fad480118cea2 /biology | |
parent | bcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff) | |
download | pkgsrc-10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e.tar.gz |
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index bc96818ed8e..275178faf95 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:41:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:16 agc Exp $ DISTNAME= phylip PKGNAME= phylip-3.573c -NO_WRKSUBDIR= yes CATEGORIES= biology MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \ ftp://ftp.bioss.sari.ac.uk/pub/phylogeny/phylip/ @@ -16,6 +15,8 @@ RESTRICTED= "No commercial distribution without a royalty agreement with the au NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +WRKSRC= ${WRKDIR} + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/phylip .for DOC in main.doc \ |