diff options
author | hubertf <hubertf> | 1998-01-24 21:01:49 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 21:01:49 +0000 |
commit | a0de6f3ce3467e285c9d615b8fff2e0e529f387c (patch) | |
tree | 454f7e075e205dbcb77aeccd6e2526f3f6b921a2 /misc/fd/Makefile | |
parent | a9379684305172e737c943547839b2a080912045 (diff) | |
download | pkgsrc-a0de6f3ce3467e285c9d615b8fff2e0e529f387c.tar.gz |
portlint: move PATCHFILES, cp -> ${CP}
Diffstat (limited to 'misc/fd/Makefile')
-rw-r--r-- | misc/fd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 9fa0356c891..e987fe40c56 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $NetBSD: Makefile,v 1.2 1997/10/24 01:08:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 21:01:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/01/06 06:38:33 max Exp # @@ -17,8 +17,8 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/FD/ \ ftp://ftp.cc.saga-u.ac.jp/pub/fj.sources/FD/ -PATCHFILES= FD-1.01g.patch.gz FD-1.01h.patch.gz PATCH_SITES= ${MASTER_SITES} +PATCHFILES= FD-1.01g.patch.gz FD-1.01h.patch.gz MAINTAINER= nobu@psrc.isac.co.jp @@ -32,6 +32,6 @@ do-configure: post-install: @strip ${PREFIX}/bin/fd - cd ${WRKSRC} ; [ -f .fdrc ] && cp .fdrc ${PREFIX}/etc/fdrc + cd ${WRKSRC} ; [ -f .fdrc ] && ${CP} .fdrc ${PREFIX}/etc/fdrc .include <bsd.port.mk> |