diff options
author | arved <arved@FreeBSD.org> | 2004-07-17 19:13:35 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-07-17 19:13:35 +0800 |
commit | 856c9ffb795f59d2bae56a32085710ba191400a6 (patch) | |
tree | 21896ac5602c56f5d4688444a01cb01561c95424 /net/jffnms/Makefile | |
parent | 98d4fe0ddaaed85d41c2fb8caead9f9ff20f1184 (diff) | |
download | freebsd-ports-gnome-856c9ffb795f59d2bae56a32085710ba191400a6.tar.gz freebsd-ports-gnome-856c9ffb795f59d2bae56a32085710ba191400a6.tar.zst freebsd-ports-gnome-856c9ffb795f59d2bae56a32085710ba191400a6.zip |
Update to 0.7.8
PR: 68982
Submitted by: Sergey Akifyev <asa@gascom.ru>
Diffstat (limited to 'net/jffnms/Makefile')
-rw-r--r-- | net/jffnms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jffnms/Makefile b/net/jffnms/Makefile index 1ecb74af37b2..7e2befacf954 100644 --- a/net/jffnms/Makefile +++ b/net/jffnms/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jffnms -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -26,7 +26,7 @@ USE_REINPLACE= yes JFFNMSDIR?= share/jffnms CRONTAB?= /usr/bin/crontab -PLIST_SUB= JFFNMSDIR=${JFFNMSDIR} VERSION=${PORTVERSION} LASTVER=0.7.6 +PLIST_SUB= JFFNMSDIR=${JFFNMSDIR} VERSION=${PORTVERSION} LASTVER=0.7.7 do-build: @${REINPLACE_CMD} -e 's|/opt/jffnms|${PREFIX}/${JFFNMSDIR}|g' \ |