From b979f7222ad9bade13f010cd27e5bc6afab1681c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 29 Jan 2001 11:34:21 +0000 Subject: 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. --- x11/lesstif12/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'x11/lesstif12/Makefile') diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile index ad178ba64ee..b1d031e3a0a 100644 --- a/x11/lesstif12/Makefile +++ b/x11/lesstif12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/22 17:26:22 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/29 11:34:48 wiz Exp $ PKGNAME= lesstif12-${LESSTIF_VERSION} @@ -11,12 +11,6 @@ CONFIGURE_ARGS+= --enable-build-12 CONFIGURE_ARGS+= --disable-build-20 CONFIGURE_ARGS+= --enable-default-12 -MESSAGE_FILE= ${WRKDIR}/MESSAGE - -pre-install: - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE} - # We don't install any documentation, but the installation process creates # this directory anyway, so remove it if it's empty. # -- cgit v1.2.3