diff options
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 36 | ||||
-rw-r--r-- | shells/fd/distinfo | 1 | ||||
-rw-r--r-- | shells/fd/files/patch-aa | 11 | ||||
-rw-r--r-- | shells/fd/pkg-comment | 1 | ||||
-rw-r--r-- | shells/fd/pkg-descr | 11 | ||||
-rw-r--r-- | shells/fd/pkg-message | 1 | ||||
-rw-r--r-- | shells/fd/pkg-plist | 7 |
7 files changed, 0 insertions, 68 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile deleted file mode 100644 index 22f50dddcb72..000000000000 --- a/shells/fd/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: FDclone -# Version required: 1.03i -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# -# $FreeBSD$ -# - -DISTNAME= FD-1.03k -PKGNAME= fd-1.03k -CATEGORIES= misc -MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ - -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} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/shells/fd/distinfo b/shells/fd/distinfo deleted file mode 100644 index 7ea678561673..000000000000 --- a/shells/fd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (FD-1.03k.tar.gz) = 17a82e75d72153512500274c7ca75d10 diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa deleted file mode 100644 index 4487cbbd6cfb..000000000000 --- a/shells/fd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Sep 16 00:00:15 1997 -+++ Makefile.in Fri Sep 19 21:42:41 1997 -@@ -3,7 +3,7 @@ - # - - TITLE = FD- --PREFIX = /usr/local -+PREFIX ?= /usr/local - TOPDIR = $(PREFIX) - BINDIR = $(TOPDIR)/bin - MANDIR = $(TOPDIR)/man__LANGDIR__/man$(MANSEC) diff --git a/shells/fd/pkg-comment b/shells/fd/pkg-comment deleted file mode 100644 index 2a1c33f6ef57..000000000000 --- a/shells/fd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A file and directory management tool diff --git a/shells/fd/pkg-descr b/shells/fd/pkg-descr deleted file mode 100644 index a078751d2411..000000000000 --- a/shells/fd/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -`FD' is a file and directory management tool for text terminal. -Browsing file list, viewing, editing, archiving/extracting management -with a few touch. - -FD for unix by shirai@nintendo.co.jp, and it is a clone of -FD for DOS (AT and PC9801) designed by A. Idei (SDI00544@niftyserve.or.jp). - - Currently, the man page is available only in Japanese, but it's - easy to use. Setting `FD_LANGUAGE' environment to 'english' you can - use English help. - -- nobu@psrc.isac.co.jp diff --git a/shells/fd/pkg-message b/shells/fd/pkg-message deleted file mode 100644 index 8fe25b4fd54f..000000000000 --- a/shells/fd/pkg-message +++ /dev/null @@ -1 +0,0 @@ -see additional documents at /usr/local/share/doc/fd/* on your disk. diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist deleted file mode 100644 index c14d2454823e..000000000000 --- a/shells/fd/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/fd -bin/fd-unicd.tbl -share/doc/fd/FAQ -share/doc/fd/HISTORY -share/doc/fd/README -share/doc/fd/ToAdmin -@dirrm share/doc/fd |