diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-26 17:49:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-26 17:49:22 +0000 |
commit | b09702dc348ad34398bc11df7a643366e84d1baa (patch) | |
tree | 4b374ce0011813b3d2c168757c80c4d08cc5784a /x11-fonts/urwfonts/Makefile | |
parent | 382e6c0e1e0940a3077857f85c1e0eb307361738 (diff) |
Notes
Diffstat (limited to 'x11-fonts/urwfonts/Makefile')
-rw-r--r-- | x11-fonts/urwfonts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/urwfonts/Makefile b/x11-fonts/urwfonts/Makefile index 7cc6ba1404c8..377ea07a9b3c 100644 --- a/x11-fonts/urwfonts/Makefile +++ b/x11-fonts/urwfonts/Makefile @@ -7,6 +7,7 @@ PORTNAME= urwfonts PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.gimp.org/ DISTNAME= urw-fonts @@ -18,6 +19,7 @@ NO_WRKSUBDIR= yes USE_X_PREFIX= yes post-install: + @command fc-cache -v ${PREFIX}/lib/X11/fonts/URW || true @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |