diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /graphics/a2png/Makefile | |
parent | 51da733b698e7bbedaac4743f457352334401249 (diff) |
Notes
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 af2f5e20ba15..f07bc15bd7b7 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 |