aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/mydns/Makefile')
-rw-r--r--dns/mydns/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 44c317372d05..e012b92f0ce8 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mydns
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
@@ -63,12 +63,6 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN= "Does not compile on alpha 5.x"
-.endif
-
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@@ -85,10 +79,11 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
+ @${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>