summaryrefslogtreecommitdiff
path: root/net/ftpproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ftpproxy/Makefile')
-rw-r--r--net/ftpproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ftpproxy/Makefile b/net/ftpproxy/Makefile
index 1d93effe9a7..1168bc4c8b8 100644
--- a/net/ftpproxy/Makefile
+++ b/net/ftpproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 15:32:48 taca Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:25 jlam Exp $
#
DISTNAME= ftpproxy-${VERSION}
@@ -22,6 +22,8 @@ OSFLAG= -DSOLARIS
.endif
MAKE_ENV+= OSFLAG=${OSFLAG} OSLIB=${LIBS} VERSION=${VERSION}
+INSTALLATION_DIRS= libexec man/man8
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ftp.proxy ${PREFIX}/libexec/
${INSTALL_MAN} ${WRKSRC}/doc/ftp.proxy.1 ${PREFIX}/man/man8/ftp.proxy.8