Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.

This commit is contained in:
Satoshi Asami 1995-04-24 22:10:25 +00:00
parent f41503d389
commit f7595f0968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1528

View File

@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.6 1995/04/15 23:41:41 jmacd Exp $
# $Id: Makefile,v 1.7 1995/04/24 21:50:34 asami Exp $
#
DISTNAME= STk-2.1.6
@ -14,6 +14,9 @@ MAINTAINER= jmacd@FreeBSD.ORG
IS_INTERACTIVE= yes
GNU_CONFIGURE= yes
MAKE_FLAGS= "prefix = ${PREFIX}"
MAKE_FLAGS= "prefix=${PREFIX}" -f
post-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>