aboutsummaryrefslogtreecommitdiff
path: root/games/edge
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-14 23:49:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-14 23:49:48 +0000
commit3b873c3c466dbaeb9d64dc2869aa9970f465521d (patch)
tree8d7fa3ccc9b08ef4955401c76116ba0cd23eed29 /games/edge
parent83d0afbd31ede441c14dc0c02b492e9f0a8557a7 (diff)
downloadports-3b873c3c466dbaeb9d64dc2869aa9970f465521d.tar.gz
ports-3b873c3c466dbaeb9d64dc2869aa9970f465521d.zip
- Drop PLIST_DIRSTRY
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=399303
Diffstat (limited to 'games/edge')
-rw-r--r--games/edge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/edge/Makefile b/games/edge/Makefile
index e21e7c18f04d..e17a2a9a44be 100644
--- a/games/edge/Makefile
+++ b/games/edge/Makefile
@@ -29,7 +29,6 @@ CFLAGS+= -ffast-math
WRKSRC= ${WRKDIR}/Edge-${PORTVERSION}-source
PLIST_FILES= bin/edge %%DMDIR%%/edge.wad
-PLIST_DIRSTRY= %%DMDIR%%
PORTDOCS= *
OPTIONS_DEFINE= DOCS
@@ -57,6 +56,8 @@ do-install:
@${MKDIR} ${STAGEDIR}${DMDIR}
${INSTALL_DATA} ${WRKDIR}/Edge-${PORTVERSION}/edge.wad \
${STAGEDIR}${DMDIR}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/Edge-${PORTVERSION}/*.txt \
${STAGEDIR}${DOCSDIR}