aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-09-07 12:10:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-09-07 12:10:52 +0000
commit253cbb74d2ff40e97e351e494610720ff8a8d10b (patch)
tree1767eef0aacb18d83c4467f119486a867d95639c
parentfdd1478363fbe47b2848348c697e1cd3f41fecab (diff)
Notes
-rw-r--r--archivers/deutex/Makefile8
-rw-r--r--archivers/dzip/Makefile2
-rw-r--r--archivers/nwreckdum/Makefile2
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