diff options
Diffstat (limited to 'dns/ez-ipupdate/Makefile')
-rw-r--r-- | dns/ez-ipupdate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile index 4aacc06d47e3..b65705263631 100644 --- a/dns/ez-ipupdate/Makefile +++ b/dns/ez-ipupdate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ez-ipupdate -# Date created: 24 July 2002 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= ez-ipupdate PORTVERSION= 3.0.11b8 @@ -19,6 +15,7 @@ COMMENT= Update your host name on any dynamic DNS service USE_RC_SUBR= ez-ipupdate GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} for f in ${WRKSRC}/example-*.conf; \ |