diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 03d5b496f6a644331f4055abccd56c4d5ea86eeb (patch) | |
tree | f78930d005d06507c6edcbe7fd57749db5575869 /games/xquarto | |
parent | 4cb24299544d42a7e1e7df2d7eccec7fd7cb3b40 (diff) |
Notes
Diffstat (limited to 'games/xquarto')
-rw-r--r-- | games/xquarto/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile index 73f87a232a16..648a1f8f15e4 100644 --- a/games/xquarto/Makefile +++ b/games/xquarto/Makefile @@ -3,7 +3,7 @@ # Date created: 9 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/03/13 09:32:01 tg Exp $ +# $Id: Makefile,v 1.2 1998/07/27 23:25:20 asami Exp $ # DISTNAME= xquarto-1.0 @@ -12,13 +12,12 @@ MASTER_SITES= http://www.math.kth.se/~mjo/games/xquarto/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm USE_IMAKE= yes MAN6= xquarto.6 -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6 +pre-configure: + @echo "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile .include <bsd.port.mk> |