1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

This is an INTERACTIVE port - make sure that it's own install rule

plays by the proper rules too, then.
This commit is contained in:
Jordan K. Hubbard 1994-11-23 13:04:37 +00:00
parent 4da66dcc6b
commit 59508be20d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481

View File

@ -5,6 +5,7 @@ USE_IMAKE= yes
USE_GMAKE= yes
IS_INTERACTIVE= yes
.if !defined(BATCH)
install:
@echo "===> Installing for ${DISTNAME}"
@mkdir -p /usr/local/man/man1
@ -14,5 +15,6 @@ install:
@(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} xdvi.man)
@(cd ${WRKSRC}; ${GMAKE} -f Makefile install BINDIR=${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 755 -o bin MakeTeXPK ${PREFIX}/bin)
.endif
.include <bsd.port.mk>