diff options
author | jmz <jmz@FreeBSD.org> | 1994-12-12 22:17:19 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1994-12-12 22:17:19 +0000 |
commit | 51459e672bd9e90bdfdf971ca6dc63594365413d (patch) | |
tree | 728e8341ca468d8931e3439b69fb402e8d932a41 /games/xmris/Makefile | |
parent | 6cfc37d3dd45d3dcfb26bef52ad11f9eee8712ba (diff) | |
download | FreeBSD-ports-51459e672bd9e90bdfdf971ca6dc63594365413d.zip FreeBSD-ports-51459e672bd9e90bdfdf971ca6dc63594365413d.tar.gz |
removed IS_INTERACTIVE and pre-intsall target. They are no longer necessary.
Diffstat (limited to 'games/xmris/Makefile')
-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 7121727..cb69853 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> |