diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-22 11:46:45 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-22 11:46:45 +0000 |
commit | 044fe0d8a22849514107c0302251f03f434a9688 (patch) | |
tree | 899ac543c0d46a568279b5e0bcdf8d9c7e123a6a /x11/xmold/Makefile | |
parent | e9780e98f173614be8b2d1fbf74ca7b29369ed65 (diff) | |
download | ports-044fe0d8a22849514107c0302251f03f434a9688.tar.gz ports-044fe0d8a22849514107c0302251f03f434a9688.zip |
Notes
Diffstat (limited to 'x11/xmold/Makefile')
-rw-r--r-- | x11/xmold/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index dcc68809dc3b..fb6b71a50467 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -1,7 +1,7 @@ -# New ports collection makefile for: xmold -# Version required: 1.0 -# Date created: 11 October 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: xmold +# Version required: 1.0 +# Date created: 11 October 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # @@ -14,11 +14,9 @@ MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ MAINTAINER= nakai@FreeBSD.org USE_IMAKE= yes +NO_INSTALL_MANPAGE= yes do-install: - @${MKDIR} ${PREFIX}/bin - @install -c -s ${WRKSRC}/xmold ${PREFIX}/bin - @${CHMOD} 755 ${PREFIX}/bin/xmold - @${CHOWN} bin.bin ${PREFIX}/bin/xmold + ${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin .include <bsd.port.mk> |