diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-23 22:59:23 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-23 22:59:23 +0000 |
commit | e0d49dec522fa397611df3155549c687fab0d6d9 (patch) | |
tree | 9d1a60c81976edfe2451063506c67647bc011884 /devel | |
parent | graphics/fnlib is ELF-ready now. (diff) |
Don't install manpage into /usr/local/man1/clig.1
Notes
Notes:
svn path=/head/; revision=13369
Diffstat (limited to 'devel')
-rw-r--r-- | devel/clig/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index e4e532f70a4a..366bf891dabe 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -3,7 +3,7 @@ # Date created: 27 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.2 1998/07/30 15:26:22 hoek Exp $ +# $Id: Makefile,v 1.3 1998/09/20 23:26:49 asami Exp $ # DISTNAME= clig-1.0.2 @@ -16,8 +16,6 @@ MAINTAINER= billf@chc-chimes.com BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 -BROKEN= installs man page in /usr/local/man1 - MAN1= clig.1 NO_BUILD= yes @@ -30,7 +28,7 @@ do-patch: ${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \ -e 's#LROOT =~/tools#LROOT =${PREFIX}#' \ -e 's#DOCDIR =$$(prefix)/doc#DOCDIR =${PREFIX}/share/doc/clig#' \ - -e 's#MANDIR =$$(prefix)#MANDIR =${MANPREFIX}#' \ + -e 's#MANDIR =$$(prefix)#MANDIR =${MANPREFIX}/man/#' \ ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile post-install: |