diff options
Diffstat (limited to 'net/dynipclient/Makefile')
-rw-r--r-- | net/dynipclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dynipclient/Makefile b/net/dynipclient/Makefile index 4f0ff0a7a3b..2a4fa011677 100644 --- a/net/dynipclient/Makefile +++ b/net/dynipclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:46 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:24 jlam Exp $ # DISTNAME= dynip_3.00 @@ -18,6 +18,8 @@ RCD_SCRIPTS= dynipclient EGDIR= ${PREFIX}/share/examples/dynipclient CONF_FILES= ${EGDIR}/dynip.cfg ${PKG_SYSCONFDIR}/dynip.cfg +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC} && ./Configure freebsd ${PREFIX}/bin ${PKG_SYSCONFDIR} \ ${PREFIX}/man |