summaryrefslogtreecommitdiff
path: root/security/proxytunnel/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-12 17:42:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-12 17:42:54 +0000
commitd40e573fb2aa18c8333d68705c05d4cd4aa4702e (patch)
tree8b30e8f56291a5a81c518e3ffc2847793ad51722 /security/proxytunnel/Makefile
parentUpdate to 2004.10.11. (diff)
- Update to 1.1.3
- Add USE_GETOPT_LONG - Replace pkg-plist with PLIST_FILES and PORTDOCS PR: 71742 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=119073
Diffstat (limited to 'security/proxytunnel/Makefile')
-rw-r--r--security/proxytunnel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 653d1162eaa0..aad1ca7280fc 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= proxytunnel
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,16 +16,17 @@ MAINTAINER= hmendes@brturbo.com
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
ALL_TARGET= ${PORTNAME}
+USE_GETOPT_LONG=yes
+NO_WRKSUBDIR= yes
-DOC_FILES= CHANGES CREDITS README
+PLIST_FILES= bin/proxytunnel
+PORTDOCS= CHANGES CREDITS README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>