summaryrefslogtreecommitdiff
path: root/news/cg
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
committerjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
commit2761568ac280270d3e97f7e38922103a7a4ff840 (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /news/cg
parent48bbc6ce1f67bf684a69a2ea4678cd6f17f128e9 (diff)
downloadpkgsrc-2761568ac280270d3e97f7e38922103a7a4ff840.tar.gz
Convert to use the features framework.
Diffstat (limited to 'news/cg')
-rw-r--r--news/cg/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile
index b6bae7a3877..c11506f09b6 100644
--- a/news/cg/Makefile
+++ b/news/cg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/09/06 21:51:53 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/09/08 21:57:58 jlam Exp $
#
DISTNAME= cg-0.4
@@ -11,16 +11,7 @@ COMMENT= Semi-automatic newsgroup binary downloader
GNU_CONFIGURE= YES
USE_TOOLS+= lex
+USE_FEATURES= regcomp
TEST_TARGET= check
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(LOWER_OPSYS:Mirix5*)
-. include "../../pkgtools/libnbcompat/inplace.mk" # <regex.h>
-SUBST_CLASSES+= regex_h
-SUBST_STAGE.regex_h= post-patch
-SUBST_FILES.regex_h= checkgroup.c
-SUBST_SED.regex_h= -e "s,<regex\.h>,<nbcompat/regex.h>,"
-.endif
-
.include "../../mk/bsd.pkg.mk"