diff options
Diffstat (limited to 'graphics/scr2png/Makefile')
-rw-r--r-- | graphics/scr2png/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index c5324f3ed176..55545b2e9a47 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -1,6 +1,6 @@ PORTNAME= scr2png PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= LOCAL/nik @@ -13,9 +13,9 @@ LIB_DEPENDS= libgd.so:graphics/gd NO_WRKSUBDIR= yes USES= uidfix -MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} +MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share -PLIST_FILES= bin/scr2png man/man1/scr2png.1.gz +PLIST_FILES= bin/scr2png share/man/man1/scr2png.1.gz pre-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile |