aboutsummaryrefslogtreecommitdiff
path: root/net/plugdaemon
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-10 09:52:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-10 09:52:29 +0000
commita1a6db87b265cb09ef471019c9bf7b3514117a93 (patch)
tree773336b3a1a4364b2c8d53498e26025f209ea395 /net/plugdaemon
parentdf477e3e3d94c5d6cab195c7257dee0dda8379ec (diff)
downloadports-a1a6db87b265cb09ef471019c9bf7b3514117a93.tar.gz
ports-a1a6db87b265cb09ef471019c9bf7b3514117a93.zip
Package something
Notes
Notes: svn path=/head/; revision=364525
Diffstat (limited to 'net/plugdaemon')
-rw-r--r--net/plugdaemon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/plugdaemon/Makefile b/net/plugdaemon/Makefile
index fccfdaff8b76..3a95bf26f26e 100644
--- a/net/plugdaemon/Makefile
+++ b/net/plugdaemon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= plugdaemon
PORTVERSION= 2.5.5
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -10,10 +11,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lx@FreeBSD.org
COMMENT= Plug proxy daemon, forwards TCP/IP connections
-do-install:
+PLIST_FILES= man/man1/plug.1.gz sbin/plug
+do-install:
${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/plug ${STAGEDIR}${PREFIX}/sbin
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/plug
.include <bsd.port.mk>