diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 22:10:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 22:10:25 +0000 |
commit | f7595f096892a108bf3127a986cd75d3194fd63f (patch) | |
tree | 5aa3092014c689982bdbcbfeeb045598ed964bd0 /lang/STk/Makefile | |
parent | f41503d389099675123a1d3b82982b99235aff30 (diff) | |
download | ports-f7595f096892a108bf3127a986cd75d3194fd63f.tar.gz ports-f7595f096892a108bf3127a986cd75d3194fd63f.zip |
Notes
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r-- | lang/STk/Makefile | 7 |
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> |