diff options
author | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
commit | 6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /misc/fd | |
parent | e79bc93dd230b17193ddcfca298d9cf5d3cf7205 (diff) | |
download | pkgsrc-6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba.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 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 984cb04fbb6..258a638c447 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/19 04:26:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/29 11:34:34 wiz Exp $ # FreeBSD: ports/misc/fd/Makefile,v 1.14 1999/08/25 07:21:37 obrien Exp # @@ -11,7 +11,6 @@ MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \ MAINTAINER= Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> MANLANG= ja -MAN1= fd.1 MAKE_ENV= LANG=${MANLANG} DOCS= README FAQ HISTORY ToAdmin @@ -25,6 +24,5 @@ post-install: @for i in ${DOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \ done - @${CAT} ${PKGDIR}/MESSAGE .include "../../mk/bsd.pkg.mk" |