aboutsummaryrefslogtreecommitdiff
path: root/shells/fd/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /shells/fd/Makefile
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'shells/fd/Makefile')
-rw-r--r--shells/fd/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
deleted file mode 100644
index 10b7725a67ae..000000000000
--- a/shells/fd/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: FDclone
-# Date created: 20 Feb 1996
-# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fd
-PORTVERSION= 1.03u
-PORTREVISION= 2
-CATEGORIES= misc
-MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
- ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/
-DISTNAME= FD-${PORTVERSION}
-
-MAINTAINER= nobu@psrc.isac.co.jp
-
-MANLANG= ja
-MAN1= fd.1
-MAKE_ENV= LANG=${MANLANG}
-DOCS= README FAQ HISTORY ToAdmin
-SIGNATURE= Nobuhiro Yasutomi <${MAINTAINER}>
-
-# require maintainer signature for binary package distributions
-do-configure:
- @cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \
- ${SED} 's/\(distributor = \)NULL/\1"${SIGNATURE}"/' $$v.orig > $$v
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/fd
- @for i in $(DOCS); do \
- ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
- done
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>