summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-19 12:27:27 +0000
committerrillig <rillig>2007-12-19 12:27:27 +0000
commit0a44dd2e9eabe42d6a2024e3e004f8ce6098e5b3 (patch)
treedb0b03780bb5c167cdb148ab74726794f66fb839 /meta-pkgs/boost
parent6ef423df5a88d3d29f7bdadf50cc31227514fd8d (diff)
downloadpkgsrc-0a44dd2e9eabe42d6a2024e3e004f8ce6098e5b3.tar.gz
Replaced the custom definitions with META_PACKAGE=yes.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r--meta-pkgs/boost/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile
index 5c050a8eb7a..230649f2269 100644
--- a/meta-pkgs/boost/Makefile
+++ b/meta-pkgs/boost/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/10/25 22:00:49 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/19 12:27:27 rillig Exp $
#
BOOST_PACKAGE= meta-pkg
@@ -24,14 +24,6 @@ DEPENDS+= boost-jam-${BOOST_DEPENDS_VERSION}:../../devel/boost-jam
DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs
DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-patch: # empty
-
-do-install: # empty
+META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"