diff options
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}|" \ |