diff options
author | danfe <danfe@FreeBSD.org> | 2014-09-07 20:10:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-09-07 20:10:52 +0800 |
commit | a387edd5efce5cbfaa1d568614cf3a2311ad4320 (patch) | |
tree | 1767eef0aacb18d83c4467f119486a867d95639c | |
parent | b8504e844b299e5edf8386655a4c21e8629083c2 (diff) | |
download | freebsd-ports-gnome-a387edd5efce5cbfaa1d568614cf3a2311ad4320.tar.gz freebsd-ports-gnome-a387edd5efce5cbfaa1d568614cf3a2311ad4320.tar.zst freebsd-ports-gnome-a387edd5efce5cbfaa1d568614cf3a2311ad4320.zip |
- Bring some games-related archivers ports under games@ wing
- Wrap overly long lines while here
-rw-r--r-- | archivers/deutex/Makefile | 8 | ||||
-rw-r--r-- | archivers/dzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/nwreckdum/Makefile | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/archivers/deutex/Makefile b/archivers/deutex/Makefile index 0caa9ff5cbb1..443c891977e2 100644 --- a/archivers/deutex/Makefile +++ b/archivers/deutex/Makefile @@ -8,7 +8,7 @@ CATEGORIES= archivers games MASTER_SITES= http://www.teaser.fr/~amajorel/deutex/ \ http://freebsd.nsu.ru/distfiles/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= WAD file manipulator for Doom, Heretic, Hexen, and Strife LICENSE= GPLv2 @@ -28,8 +28,10 @@ post-extract: ${WRKSRC}/src/sound.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/deusf ${WRKSRC}/deutex ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/deusf ${WRKSRC}/deutex \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 \ + ${STAGEDIR}${MAN6PREFIX}/man/man6 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dtexman6.txt ${STAGEDIR}${DOCSDIR}/MANUAL diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile index 08fdda82e8ca..8cf714dd8740 100644 --- a/archivers/dzip/Makefile +++ b/archivers/dzip/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers games MASTER_SITES= http://speeddemosarchive.com/dzip/ DISTNAME= dz${PORTVERSION:S/.//g}src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= File compression utility specializing in Quake demo compression LICENSE= ZLIB diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile index 6bba1c6449eb..6f6d2b3f4247 100644 --- a/archivers/nwreckdum/Makefile +++ b/archivers/nwreckdum/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.0.6 PORTREVISION= 2 CATEGORIES= archivers games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Utility for manipulating of Quake packed data files LICENSE= GPLv2 |