diff options
author | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
commit | 3ce638ed02adf3649ce7b39076071ccb64529784 (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /security/xdm-krb4/Makefile | |
parent | 33d3218590bab0dca7122812c6edc6f6b124689f (diff) | |
download | pkgsrc-3ce638ed02adf3649ce7b39076071ccb64529784.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 'security/xdm-krb4/Makefile')
-rw-r--r-- | security/xdm-krb4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile index e627b78b7ed..d27c594c2fd 100644 --- a/security/xdm-krb4/Makefile +++ b/security/xdm-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/01/26 05:21:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/29 11:34:43 wiz Exp $ # DISTNAME= xdm-krb4-3.3.6.2 @@ -13,8 +13,6 @@ DEPENDS+= kth-krb4-1.0.1:../../security/kth-krb4 USE_X11BASE= yes USE_IMAKE= yes -MESSAGE_FILE= ${WRKDIR}/MESSAGE - .include "../../mk/bsd.prefs.mk" post-patch: @@ -24,9 +22,6 @@ post-patch: pre-install: @${SED} -e 's|@PREFIX@|${PREFIX}|g' \ - <${PKGDIR}/MESSAGE \ - >${MESSAGE_FILE} - @${SED} -e 's|@PREFIX@|${PREFIX}|g' \ <${FILESDIR}/xdm-krb4.sh \ >${WRKDIR}/xdm-krb4.sh |