summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-05-29 22:58:52 +0000
committercheusov <cheusov@pkgsrc.org>2012-05-29 22:58:52 +0000
commitb2a4cef222e5d473bdb689d6de0547b79a9c3ab5 (patch)
tree4aa856dd68132409593d1b2d7fd9392d3099af08 /databases
parent56d9019a423427322caaf86a87a369d4e8d02ccc (diff)
downloadpkgsrc-b2a4cef222e5d473bdb689d6de0547b79a9c3ab5.tar.gz
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'databases')
-rw-r--r--databases/geneweb/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile
index a39e844e0e0..8ade87c5e5c 100644
--- a/databases/geneweb/Makefile
+++ b/databases/geneweb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2011/12/06 00:19:22 sbd Exp $
+# $NetBSD: Makefile,v 1.35 2012/05/29 22:58:53 cheusov Exp $
#
DISTNAME= geneweb-5.01
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
EXTRACT_SUFX= .tgz
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ \
@@ -31,11 +31,8 @@ RCD_SCRIPTS= geneweb
.include "../../mk/bsd.prefs.mk"
-# sysutils/coreutils a 'gwc' program, so conflict with it if
-# ${GNU_PROGRAM_PREFIX} == "g"
-.if ${GNU_PROGRAM_PREFIX} == "g"
+# sysutils/coreutils installs a 'gwc' program, so conflict with it
CONFLICTS+= coreutils-[0-9]*
-.endif
# Stripped OCAML binaries don't seem to work any more.
# Installing unstripped binaries until this is fixed.