diff options
author | hubertf <hubertf> | 1997-10-24 01:08:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-24 01:08:15 +0000 |
commit | a0191b09dfd2c24f31f495a09126fcc33a6af7e3 (patch) | |
tree | 6d2171a4d76f6d3c0458c802df0b94fa216a5fd3 /misc/fd/Makefile | |
parent | 69533142aac9fb2fba624ea1e858ef6812c1b02b (diff) | |
download | pkgsrc-a0191b09dfd2c24f31f495a09126fcc33a6af7e3.tar.gz |
- Put back FreeBSD RCS-Id
- Install .fdrc
Diffstat (limited to 'misc/fd/Makefile')
-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> |