summaryrefslogtreecommitdiff
path: root/textproc/t1lib/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 /textproc/t1lib/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 'textproc/t1lib/Makefile')
-rw-r--r--textproc/t1lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile
index 0f52ef50454..7d2219e67c0 100644
--- a/textproc/t1lib/Makefile
+++ b/textproc/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/06/21 01:58:33 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/01/29 11:34:43 wiz Exp $
#
DISTNAME= t1lib-1.0.1
@@ -15,13 +15,8 @@ USE_LIBTOOL= # defined
USE_X11BASE= # defined
WRKSRC= ${WRKDIR}/T1-1.0.1
-MESSAGE_FILE= ${WRKDIR}/MESSAGE
ALL_TARGET= without_doc
-post-build:
- ${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \
- < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE}
-
post-install:
${MKDIR} ${PREFIX}/share/t1lib
cd ${WRKSRC}; \