diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:49:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:49:48 +0000 |
commit | 3e7893bd394233195821cb9e802647062e70cb37 (patch) | |
tree | cf3416593c1ce84becfdd72f7ff09ec5f7d2ea59 /games | |
parent | c4643a7a7cc4a1a3e1e75949533bc157376cc279 (diff) | |
download | pkgsrc-3e7893bd394233195821cb9e802647062e70cb37.tar.gz |
Use xdg-1.2 dirs for some shared directories. Bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 554b63b859b..e1c59a39308 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/05/22 19:47:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/22 19:49:48 wiz Exp $ # DISTNAME= exult-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=exult/} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://exult.sourceforge.net/ COMMENT= Open-source Ultima 7 engine +USE_DIRS+= xdg-1.2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |