diff options
Diffstat (limited to 'graphics/a2png/Makefile')
-rw-r--r-- | graphics/a2png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index af2f5e20ba1..f07bc15bd7b 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -3,7 +3,7 @@ PORTNAME= a2png PORTVERSION= 0.1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --enable-gd CFLAGS+= -DDEFAULT_FONTPATH='\"${FONTROOTDIR}/TTF:${FONTROOTDIR}/Type1:${FONTROOTDIR}\"' PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -FONTROOTDIR?= ${LOCALBASE}/lib/X11/fonts +FONTROOTDIR?= ${LOCALBASE}/share/fonts do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |