aboutsummaryrefslogtreecommitdiffstats
path: root/dns/openresolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/openresolv/Makefile')
-rw-r--r--dns/openresolv/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile
index 90c410cbd68c..b4247c39b4ff 100644
--- a/dns/openresolv/Makefile
+++ b/dns/openresolv/Makefile
@@ -3,18 +3,19 @@
PORTNAME= openresolv
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= dns
-MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
+MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
ftp://roy.marples.name/pub/openresolv/
MAINTAINER= roy@marples.name
COMMENT= Resolvconf compatible framework for managing resolv.conf
-USES= tar:bzip2
+USES= tar:bzip2
+NO_ARCH= yes
SUB_FILES= pkg-deinstall pkg-message
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGMESSAGE= ${WRKDIR}/pkg-message
-
.include <bsd.port.mk>