diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-16 15:25:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-16 15:25:31 +0000 |
commit | d87ae09c9a743c62e7ac857d531096d5e41a191f (patch) | |
tree | fa0e1fe1cf96775d246aae52ce1c39c507d32764 /fonts | |
parent | 3b6bab5ff33f8b2c6243b3af43a75a6545d6c381 (diff) | |
download | pkgsrc-d87ae09c9a743c62e7ac857d531096d5e41a191f.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 |