diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-12-12 22:17:19 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-12-12 22:17:19 +0000 |
commit | f41d8edd13318bc85ee192e2ea0a763628191ff8 (patch) | |
tree | a3c1d12bbc80bd52f44d5fbe036710d93edb3ac0 /games/xmris | |
parent | a502b4e94e94c4a560bb3c7d1b85c612d99d3e58 (diff) | |
download | ports-f41d8edd13318bc85ee192e2ea0a763628191ff8.tar.gz ports-f41d8edd13318bc85ee192e2ea0a763628191ff8.zip |
removed IS_INTERACTIVE and pre-intsall target. They are no longer necessary.
Notes
Notes:
svn path=/head/; revision=562
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 7121727b8360..cb6985336c74 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -2,9 +2,5 @@ DISTNAME= xmris.4.02 USE_IMAKE= yes USE_GMAKE= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ -IS_INTERACTIVE= yes - -pre-install: - @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) .include <bsd.port.mk> |