summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-17 11:37:43 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-17 11:37:43 +0000
commit042e4bf173116827c3f027f0ab246960ed5b115a (patch)
tree90da463de9a5a3fce271af166bfb4d1e136512f7 /games
parentMore 's|sobomax@altavista.net|sobomax@FreeBSD.org|' (diff)
Change MAINTAINER to myself, and clean these ports up a little.
Approved by: se (previous maintainer)
Notes
Notes: svn path=/head/; revision=28517
Diffstat (limited to 'games')
-rw-r--r--games/kdegames11/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/kdegames11/Makefile b/games/kdegames11/Makefile
index 630a884060b8..3eb27f2921bb 100644
--- a/games/kdegames11/Makefile
+++ b/games/kdegames11/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= games kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
@@ -19,11 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_BZIP2= yes
USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)"
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
- INSTALL_SCRIPT="install -c -m 555"
+CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
.include <bsd.port.mk>