diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 06462ef2834121f95e11eeebf1445d574e60a216 (patch) | |
tree | 405bc3c3fff5a153e7415168c483a98cc05aa179 /editors/e93/Makefile | |
parent | 07c3420c8a1b322f333a8307efb3fb8220dc242f (diff) | |
download | FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.zip FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'editors/e93/Makefile')
-rw-r--r-- | editors/e93/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 6386e54..cf7f7a6 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.7 1996/09/11 04:11:57 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/11 05:07:03 obrien Exp $ # DISTNAME= e93-1.2r6X @@ -21,11 +21,11 @@ IS_INTERACTIVE= yes # asks "ok?" about license pre-install: @/usr/bin/env PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL do-install: - mkdir -p ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93 + ${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93 (cd ${WRKSRC}; \ - install -c -s e93 ${PREFIX}/bin; \ - install -c .e93rc ${PREFIX}/lib/e93; \ - install -c LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \ + ${INSTALL_PROGRAM} e93 ${PREFIX}/bin; \ + ${INSTALL_DATA} .e93rc ${PREFIX}/lib/e93; \ + ${INSTALL_DATA} LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \ ) .include <bsd.port.mk> |