diff options
author | johans <johans@FreeBSD.org> | 2014-01-13 00:03:49 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-01-13 00:03:49 +0800 |
commit | 481c3ee9052298dd7cd04e8490e51f3981676901 (patch) | |
tree | 8af85017f2c332f48d678e4f132a6d9807b6e9e1 /security/tlswrap | |
parent | e13e265de836ebeff0e13046e4779a9899b91e4e (diff) | |
download | freebsd-ports-gnome-481c3ee9052298dd7cd04e8490e51f3981676901.tar.gz freebsd-ports-gnome-481c3ee9052298dd7cd04e8490e51f3981676901.tar.zst freebsd-ports-gnome-481c3ee9052298dd7cd04e8490e51f3981676901.zip |
Enable stage support
Diffstat (limited to 'security/tlswrap')
-rw-r--r-- | security/tlswrap/Makefile | 15 | ||||
-rw-r--r-- | security/tlswrap/pkg-plist | 3 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index 1bf7312652b4..a6a1afba7d4a 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -9,25 +9,20 @@ MASTER_SITES= http://www.tlswrap.com/ DISTNAME= ${PORTNAME}-1.04 MAINTAINER= johans@FreeBSD.org -COMMENT= An FTP proxy that wraps data and control with TLS/SSL +COMMENT= FTP proxy that wraps data and control with TLS/SSL GNU_CONFIGURE= yes USE_OPENSSL= yes -PLIST_FILES= bin/tlswrap -PORTDOCS= README - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E 's,pipe([12]),pipe0\1,g' \ ${WRKSRC}/misc.[ch] ${WRKSRC}/network.c ${WRKSRC}/tlswrap.c -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ -.endif +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/tlswrap ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/security/tlswrap/pkg-plist b/security/tlswrap/pkg-plist new file mode 100644 index 000000000000..d7169cc44a30 --- /dev/null +++ b/security/tlswrap/pkg-plist @@ -0,0 +1,3 @@ +bin/tlswrap +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% |