summaryrefslogtreecommitdiff
path: root/cad/wcalc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-09 00:41:53 +0000
committerjoerg <joerg>2009-04-09 00:41:53 +0000
commit41db7d8356a5064e8a826338b5c2d6309d268558 (patch)
treea2d8a00d00c0329b337b59f0af74cef0c257b0b9 /cad/wcalc
parenta37a1bc83bce554274fe47202c855b5caaeac702 (diff)
downloadpkgsrc-41db7d8356a5064e8a826338b5c2d6309d268558.tar.gz
Use META_PACKAGE
Diffstat (limited to 'cad/wcalc')
-rw-r--r--cad/wcalc/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/cad/wcalc/Makefile b/cad/wcalc/Makefile
index 531460c4235..8d94ec33906 100644
--- a/cad/wcalc/Makefile
+++ b/cad/wcalc/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2007/10/25 22:00:40 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/09 00:41:53 joerg Exp $
#
+META_PACKAGE= # empty
+
.include "../../cad/wcalc/Makefile.common"
PKGREVISION= 3
@@ -34,12 +36,4 @@ ONLY_FOR_PLATFORM= Linux-*-i386 SunOS-*-sparc*
DEPENDS+= mex-wcalc-${VER}*:../../cad/mex-wcalc
.endif
-EXTRACT_ONLY= # none
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-patch: # empty
-do-install: # empty
-
.include "../../mk/bsd.pkg.mk"