summaryrefslogtreecommitdiff
path: root/misc/fd
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 /misc/fd
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 'misc/fd')
-rw-r--r--misc/fd/Makefile4
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"