diff options
author | pav <pav@FreeBSD.org> | 2009-10-27 16:19:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-10-27 16:19:48 +0800 |
commit | 7f4ce5905f54c9e72646359d8f39a79bb4e7a25f (patch) | |
tree | dc393fa042a975cdbc8611eb03421b009087f2fa | |
parent | f83e7e74e80d64917c9eb8ac5e3ec09cb3585290 (diff) | |
download | freebsd-ports-gnome-7f4ce5905f54c9e72646359d8f39a79bb4e7a25f.tar.gz freebsd-ports-gnome-7f4ce5905f54c9e72646359d8f39a79bb4e7a25f.tar.zst freebsd-ports-gnome-7f4ce5905f54c9e72646359d8f39a79bb4e7a25f.zip |
- Correct DATADIR
Submitted by: Barbara <barbara.xxx1975@libero.it>
-rw-r--r-- | games/vavoom-extras/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/vavoom-extras/Makefile b/games/vavoom-extras/Makefile index ebb62e69888a..3d97c3138360 100644 --- a/games/vavoom-extras/Makefile +++ b/games/vavoom-extras/Makefile @@ -22,6 +22,8 @@ COMMENT= Doom, Doom II, Heretic, Hexen and Strife source port (extras) RUN_DEPENDS= vavoom:${PORTSDIR}/games/vavoom +DATADIR= ${PREFIX}/share/vavoom + USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes |