summaryrefslogtreecommitdiff
path: root/fonts/jmk-fonts/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
committerwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
commitb979f7222ad9bade13f010cd27e5bc6afab1681c (patch)
tree86f14acd24842161759a420487862022044c2b4b /fonts/jmk-fonts/Makefile
parent6a13219ca89e5dae86f27159ff86006058c06859 (diff)
downloadpkgsrc-b979f7222ad9bade13f010cd27e5bc6afab1681c.tar.gz
Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
Diffstat (limited to 'fonts/jmk-fonts/Makefile')
-rw-r--r--fonts/jmk-fonts/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/fonts/jmk-fonts/Makefile b/fonts/jmk-fonts/Makefile
index 1662a5f126e..3a7f380e66c 100644
--- a/fonts/jmk-fonts/Makefile
+++ b/fonts/jmk-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/27 14:52:07 agc Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/29 11:34:27 wiz Exp $
#
DISTNAME= jmk-x11-fonts-3.0
@@ -10,10 +10,5 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.ntrnet.net/~jmknoble/fonts/
USE_IMAKE= yes
-MESSAGE_FILE= ${WRKDIR}/MESSAGE
-
-post-build:
- ${SED} -e 's,@PREFIX@,${PREFIX},g' \
- < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE
.include "../../mk/bsd.pkg.mk"