diff options
author | pav <pav@FreeBSD.org> | 2007-03-20 18:02:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-20 18:02:37 +0800 |
commit | a689b9c58d911249d9d19e1cd134cc05974e9d73 (patch) | |
tree | 9312be6791f9f5eacfb4f522a62f0b17b4fc0191 | |
parent | 7ceaed8a57911356b619194e60529781d38ce24b (diff) | |
download | freebsd-ports-graphics-a689b9c58d911249d9d19e1cd134cc05974e9d73.tar.gz freebsd-ports-graphics-a689b9c58d911249d9d19e1cd134cc05974e9d73.tar.zst freebsd-ports-graphics-a689b9c58d911249d9d19e1cd134cc05974e9d73.zip |
- Change DIST_SUBDIR to read 'xmame' instead of ${PORTNAME}, so it works from
slaveport xmess too
Mised by: acm
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index db2f0cf5b3d..6fb142d44dc 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.franksworld.org/dist/xmame/ \ http://www.energyhq.be/files/ \ http://www.pkix.net/mirror/x.mame.net/ DISTNAME= xmame-${XMAMEVERSION} -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= xmame MAINTAINER?= ports@FreeBSD.org COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) |