diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
commit | 21221c5d51147213883f10671673587ee6bc913e (patch) | |
tree | 11db026d302f5f3f643266f62f5d8884607f88b5 /biology/phylip | |
parent | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (diff) | |
download | pkgsrc-21221c5d51147213883f10671673587ee6bc913e.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/phylip')
-rw-r--r-- | biology/phylip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 690cac2c8ed..cdfbaa7ed46 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/07/10 11:26:32 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 20:32:13 asau Exp $ DISTNAME= phylip-3.69 CATEGORIES= biology @@ -13,8 +13,6 @@ RESTRICTED= Distribution permitted only if no fee is charged. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALLATION_DIRS= bin share/fonts/phylip share/doc/phylip |