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/arka | |
parent | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (diff) | |
download | pkgsrc-21221c5d51147213883f10671673587ee6bc913e.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/arka')
-rw-r--r-- | biology/arka/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/arka/Makefile b/biology/arka/Makefile index c50ed7679ca..85b645e6063 100644 --- a/biology/arka/Makefile +++ b/biology/arka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/22 13:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 20:32:10 asau Exp $ # DISTNAME= arka-0.11 @@ -13,9 +13,6 @@ COMMENT= Graphic interface for the programs from the GP package DEPENDS+= gp-[0-9]*:../../biology/gp -PKG_DESTDIR_SUPPORT= user-destdir - - CONF_FILES= ${PREFIX}/share/examples/arka/arkarc ${PKG_SYSCONFDIR}/arkarc CPPFLAGS+= -DARKA_GLOBAL=\"${PKG_SYSCONFDIR}/arkarc\" CPPFLAGS+= -DARKA_PROGRAMS=\"${PKG_SYSCONFDIR}/arkarc\" |