summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-24 10:20:06 +0000
committerjlam <jlam>2002-09-24 10:20:06 +0000
commit1c2e59a7cc97a3dd60bbaa84659c72089b083957 (patch)
tree808ea1a31d9e6dd9092294d436c0f16cf198f5b7 /misc
parent7aca28fe6aee2f8ecb4129baf022c005b73fc9d2 (diff)
downloadpkgsrc-1c2e59a7cc97a3dd60bbaa84659c72089b083957.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'misc')
-rw-r--r--misc/bbappconf/Makefile7
-rw-r--r--misc/gperiodic/Makefile19
2 files changed, 12 insertions, 14 deletions
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile
index 48f801458bc..a5edca72bfa 100644
--- a/misc/bbappconf/Makefile
+++ b/misc/bbappconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/05 21:42:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/24 10:20:29 jlam Exp $
#
DISTNAME= bbappconf-0.0.1-peak3
@@ -11,9 +11,9 @@ MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://bbtools.windsofstorm.net
COMMENT= Configure the behaviour of an application under Blackbox
-GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
USE_X11BASE= YES
+GNU_CONFIGURE= YES
post-patch:
${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/bbappconf.1.tmp > \
@@ -26,5 +26,4 @@ post-install:
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/data/bbappconf.1 ${PREFIX}/man/man1
-.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile
index 3f142d9af6e..a2d6492485c 100644
--- a/misc/gperiodic/Makefile
+++ b/misc/gperiodic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/12/12 18:13:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/24 10:20:19 jlam Exp $
#
DISTNAME= gperiodic-1.2.6
@@ -10,13 +10,12 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://gperiodic.seul.org/
COMMENT= Displays a periodic table of the elements
-BUILD_USES_MSGFMT= yes
+BUILD_USES_MSGFMT= # defined
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_X11BASE= yes
-
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= # defined
+USE_X11BASE= # defined
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
pre-configure:
.for f in config.cache config.h config.log config.status
@@ -26,7 +25,7 @@ pre-configure:
post-install:
${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1/
-.include "../../devel/gettext-lib/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"