diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-10 12:23:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-10 12:23:20 +0000 |
commit | 6adaee9acec46e2680d10ebb7bf2add8d937407e (patch) | |
tree | a88c68375bb943422f5bc33713836ceaaaa49ff7 | |
parent | 60c376c63b682bfe5add02c3054f1ce67ec390cc (diff) |
No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 instead
of saying PREFIX=${X11BASE}.
Notes
Notes:
svn path=/head/; revision=5300
-rw-r--r-- | games/xminehunter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xminehunter/Makefile b/games/xminehunter/Makefile index 0ed5e3002873..7dd52aaef27c 100644 --- a/games/xminehunter/Makefile +++ b/games/xminehunter/Makefile @@ -3,19 +3,19 @@ # Date created: 09 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/10 07:54:03 tg Exp $ # DISTNAME= xminehunter-0.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/ +MASTER_SITE_SUBDIR= games MAINTAINER= tg@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -PREFIX= ${X11BASE} +USE_X11= yes WRKSRC= ${WRKDIR}/xminehunter REQUIRES_MOTIF= yes ALL_TARGET= xminehunter |