aboutsummaryrefslogtreecommitdiff
path: root/lang/STk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 22:10:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 22:10:25 +0000
commitf7595f096892a108bf3127a986cd75d3194fd63f (patch)
tree5aa3092014c689982bdbcbfeeb045598ed964bd0 /lang/STk
parentf41503d389099675123a1d3b82982b99235aff30 (diff)
downloadports-f7595f096892a108bf3127a986cd75d3194fd63f.tar.gz
ports-f7595f096892a108bf3127a986cd75d3194fd63f.zip
Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.
Notes
Notes: svn path=/head/; revision=1528
Diffstat (limited to 'lang/STk')
-rw-r--r--lang/STk/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 367aea4589e7..872df6a936c1 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -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>