diff options
author | joerg <joerg> | 2006-05-26 21:12:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 21:12:59 +0000 |
commit | a2e31420d149fa34b02457c01fc2958d645b3d3d (patch) | |
tree | 4d4a2826bfbb11910bfb86eeed53bc4a41a39808 /fonts/gentium-ttf | |
parent | 667a0656e16eecd6379602fbe60403f6fbeb4821 (diff) | |
download | pkgsrc-a2e31420d149fa34b02457c01fc2958d645b3d3d.tar.gz |
Fix one pedantic pkglint warning.
Diffstat (limited to 'fonts/gentium-ttf')
-rw-r--r-- | fonts/gentium-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/gentium-ttf/Makefile b/fonts/gentium-ttf/Makefile index 28ab1c4e6c9..c7ff360be80 100644 --- a/fonts/gentium-ttf/Makefile +++ b/fonts/gentium-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/26 21:08:53 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/26 21:12:59 joerg Exp $ # DISTNAME= Gentium_102_W @@ -17,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} NO_CONFIGURE= YES NO_BUILD= YES -FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf+= ${PREFIX}/lib/X11/fonts/TTF do-install: ${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf} |