diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:08:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 01:08:15 +0000 |
commit | f244514f279bbe5db5664b049bfdc7a5090d6e4c (patch) | |
tree | 6d2171a4d76f6d3c0458c802df0b94fa216a5fd3 /misc/fd | |
parent | 7b569bd4b83e107e5ed79b132e85fa9846af2205 (diff) | |
download | pkgsrc-f244514f279bbe5db5664b049bfdc7a5090d6e4c.tar.gz |
- Put back FreeBSD RCS-Id
- Install .fdrc
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index a7446009166..9fa0356c891 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -3,7 +3,8 @@ # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/24 01:08:15 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.5 1997/01/06 06:38:33 max Exp # DISTNAME= FD-1.01 @@ -31,5 +32,6 @@ do-configure: post-install: @strip ${PREFIX}/bin/fd + cd ${WRKSRC} ; [ -f .fdrc ] && cp .fdrc ${PREFIX}/etc/fdrc .include <bsd.port.mk> |