diff options
author | wiz <wiz> | 2006-05-22 19:49:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 19:49:48 +0000 |
commit | f20d26269c0d1e3dfdd60d2a890adf915d41da91 (patch) | |
tree | cf3416593c1ce84becfdd72f7ff09ec5f7d2ea59 | |
parent | 34d9ec4c0c13c69c1659596852e19433884e235b (diff) | |
download | pkgsrc-f20d26269c0d1e3dfdd60d2a890adf915d41da91.tar.gz |
Use xdg-1.2 dirs for some shared directories. Bump PKGREVISION.
-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 |