diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 22:13:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 22:13:56 +0000 |
commit | ff173f45b548a39f60858d78417276b8fac3cb6f (patch) | |
tree | b82f61bdbf866dd128e7551e21e13b7d5e3c4b8f /misc/nut/Makefile | |
parent | GBirthday is a birthday reminder application that helps you to remember your (diff) |
- Update to 14.2
PR: 130158
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Notes
Notes:
svn path=/head/; revision=225412
Diffstat (limited to 'misc/nut/Makefile')
-rw-r--r-- | misc/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 0ee623d2ca7f..548312d82bd1 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 14.1 +PORTVERSION= 14.2 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- @@ -24,7 +24,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/FOOD_DES.txt \ PLIST_DIRS= %%DATADIR%% MAN1= ${PORTNAME}.1 -WRKSRC= ${WRKDIR}/${PORTNAME}-14.1 +WRKSRC= ${WRKDIR}/${PORTNAME}-14.2 post-patch: @${REINPLACE_CMD} -e "s|/usr/local/lib/nut|${DATADIR}|" \ |