summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-31 01:40:04 +0000
committerjlam <jlam@pkgsrc.org>2004-03-31 01:40:04 +0000
commita92f4d1bfbb7e7fc36237dff8e7680b6ad86b299 (patch)
tree62f83a4b8749b9f923475d8886359948665ed84c
parent1552bc6e69a67c1fbc509574b55a187397148c81 (diff)
downloadpkgsrc-a92f4d1bfbb7e7fc36237dff8e7680b6ad86b299.tar.gz
This is a Perl script... no need for compiler here.
-rw-r--r--net/ddclient/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile
index 6662b5a9f8c..22c53abeeab 100644
--- a/net/ddclient/Makefile
+++ b/net/ddclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/16 13:14:01 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/31 01:40:04 jlam Exp $
DISTNAME= ddclient-3.6.2
CATEGORIES= net
@@ -10,8 +10,9 @@ COMMENT= Client to update dynamic DNS entries
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= YES
-USE_PKGINSTALL= YES
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
DOCDIR= ${PREFIX}/share/doc/ddclient