diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-12 00:51:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-12 00:51:06 +0800 |
commit | 355f300440d2bd9dae6636ba5c8bf4eacacc9567 (patch) | |
tree | fa7512c5a49e2964db368a47356436c8687f542e /security/openvpn20/Makefile | |
parent | f9d47d3740d3e5a8ab52cda3d224b80f03c5a48f (diff) | |
download | freebsd-ports-gnome-355f300440d2bd9dae6636ba5c8bf4eacacc9567.tar.gz freebsd-ports-gnome-355f300440d2bd9dae6636ba5c8bf4eacacc9567.tar.zst freebsd-ports-gnome-355f300440d2bd9dae6636ba5c8bf4eacacc9567.zip |
upgrade to 1.3.0
PR: 40424
Submitted by: maintainer
Diffstat (limited to 'security/openvpn20/Makefile')
-rw-r--r-- | security/openvpn20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index c19f50915d6b..424de0bc1a62 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openvpn -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,6 +34,7 @@ post-install: @${MKDIR} ${DOCSDIR}/${dirs} @${INSTALL_DATA} ${WRKSRC}/${dirs}/* ${DOCSDIR}/${dirs} .endfor + @${CAT} ${PKGMESSAGE} .endif .include <bsd.port.mk> |