diff options
author | asami <asami@FreeBSD.org> | 1997-01-10 20:23:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-10 20:23:20 +0800 |
commit | 12e610c23cfee63989a78ceb100ac24bd622c793 (patch) | |
tree | d2336fec3885a38e4e8fd5df44e35273a62d4d98 | |
parent | e375bd34b8a35a40b4fd7a890b0502b52968b9d9 (diff) | |
download | freebsd-ports-gnome-12e610c23cfee63989a78ceb100ac24bd622c793.tar.gz freebsd-ports-gnome-12e610c23cfee63989a78ceb100ac24bd622c793.tar.zst freebsd-ports-gnome-12e610c23cfee63989a78ceb100ac24bd622c793.zip |
No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 instead
of saying PREFIX=${X11BASE}.
-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 |