diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-11 17:51:33 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-11 17:51:33 +0000 |
commit | acf733a270156399d75e32c39f700fe0c75d2b4c (patch) | |
tree | e55bc616dfd17cbadca60cd9f0b66355dfeec2a4 /net/netwib/Makefile | |
parent | mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25 (diff) |
* update to 5.21.0
* make pkg-plist more flexible
PR: ports/70303
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=115944
Diffstat (limited to 'net/netwib/Makefile')
-rw-r--r-- | net/netwib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index 0bec1a2bf69b..e56478ffeb11 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netwib -PORTVERSION= 5.20.0 +PORTVERSION= 5.21.0 CATEGORIES= net devel ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \ @@ -23,6 +23,8 @@ USE_REINPLACE= yes MAN3= netwib.3 netwib_dat.3 netwib_err.3 netwib_net.3 \ netwib_pkt.3 netwib_shw.3 netwib_sys.3 +PLIST_SUB+= SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/} + do-configure: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|' \ |