diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /fonts/bakoma-fonts | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'fonts/bakoma-fonts')
-rw-r--r-- | fonts/bakoma-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/bakoma-fonts/Makefile b/fonts/bakoma-fonts/Makefile index c114263418b..a96dcf21b32 100644 --- a/fonts/bakoma-fonts/Makefile +++ b/fonts/bakoma-fonts/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:36:57 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:17 agc Exp $ # DISTNAME= bakoma-20010719 PKGNAME= bakoma-fonts-1.1 -WRKSRC= ${WRKDIR}/bakoma CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_LOCAL} # The "on the fly" distfile creation from CTAN messes up the checksums. @@ -17,6 +16,7 @@ LICENSE+= no-commercial-use NO_SRC_ON_CDROM= #defined NO_BIN_ON_CDROM= #defined BAKOMA_DIR= ${PREFIX}/share/tex-contrib/BaKoMa +WRKSRC= ${WRKDIR}/bakoma do-build: ${RM} -f ${WRKSRC}/fontmap.map |