diff options
author | joerg <joerg> | 2009-06-16 15:25:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-16 15:25:31 +0000 |
commit | 149861f9b78540382cdb0e9375a0cfbb1ef11f1f (patch) | |
tree | fa0e1fe1cf96775d246aae52ce1c39c507d32764 /fonts | |
parent | d77fd4f2b6ff8d6cac83921aa7d60442f946f54a (diff) | |
download | pkgsrc-149861f9b78540382cdb0e9375a0cfbb1ef11f1f.tar.gz |
Fix a number of GENERATE_PLIST entries to always have a terminating ;
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/adobe-cidfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/adobe-cidfonts/Makefile b/fonts/adobe-cidfonts/Makefile index 2c5b03c7e4d..95be53489bf 100644 --- a/fonts/adobe-cidfonts/Makefile +++ b/fonts/adobe-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/06/14 22:58:00 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/16 15:25:31 joerg Exp $ DISTNAME= adobe-cidfonts-20000901 CATEGORIES= fonts @@ -38,7 +38,7 @@ RESOURCEDIR= ${PREFIX}/${RESOURCESUBDIR} GENERATE_PLIST= \ for f in ${DISTFILES:O:u}; do \ ${ECHO} ${RESOURCESUBDIR}/CIDFont/$$f; \ - done + done; do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${RESOURCEDIR}/CIDFont |