diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-11-15 11:32:51 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-11-15 11:32:51 +0000 |
commit | 1800910608790eb3730231b8eb2b591993dfd695 (patch) | |
tree | d6ad9e054b9ccf339e89cf7b31341927033d4990 /security/stunnel/Makefile | |
parent | 0540ac4e0447c0e2905258213894863d79e13335 (diff) | |
download | ports-1800910608790eb3730231b8eb2b591993dfd695.tar.gz ports-1800910608790eb3730231b8eb2b591993dfd695.zip |
Notes
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 009cac3f9405..2dab63605c56 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 4.18 -PORTREVISION= 1 +PORTVERSION= 4.19 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -71,6 +70,8 @@ post-patch: .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E -e 's/([^n])install-examplesDATA/\1/' \ + ${WRKSRC}/tools/Makefile.in .endif post-install: |