aboutsummaryrefslogtreecommitdiff
path: root/archivers/deutex
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 /archivers/deutex
parentfdd1478363fbe47b2848348c697e1cd3f41fecab (diff)
downloadports-253cbb74d2ff40e97e351e494610720ff8a8d10b.tar.gz
ports-253cbb74d2ff40e97e351e494610720ff8a8d10b.zip
- Bring some games-related archivers ports under games@ wing
- Wrap overly long lines while here
Notes
Notes: svn path=/head/; revision=367530
Diffstat (limited to 'archivers/deutex')
-rw-r--r--archivers/deutex/Makefile8
1 files changed, 5 insertions, 3 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