aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 19:09:26 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 19:09:26 +0000
commitc3964e45bca992278de281f3cb05a3e05317bf31 (patch)
tree0546229c5ed755b8fa77ffc90947158c34685e6a
parent922be491a2ede1dbe75065b2d538b4673f9d87aa (diff)
downloadports-c3964e45bca992278de281f3cb05a3e05317bf31.tar.gz
ports-c3964e45bca992278de281f3cb05a3e05317bf31.zip
Notes
-rw-r--r--games/xisola/Makefile13
-rw-r--r--games/xisola/pkg-plist3
2 files changed, 7 insertions, 9 deletions
diff --git a/games/xisola/Makefile b/games/xisola/Makefile
index 0fff1426e3d7..3f065fbd54eb 100644
--- a/games/xisola/Makefile
+++ b/games/xisola/Makefile
@@ -16,12 +16,13 @@ USES= imake
USE_XORG= x11 xext xaw xmu xt sm ice
NO_INSTALL_MANPAGES= yes
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+PLIST_FILES= bin/xisola
+PORTDOCS= README
+
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/games/xisola/pkg-plist b/games/xisola/pkg-plist
deleted file mode 100644
index dfa9956ecdbf..000000000000
--- a/games/xisola/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/xisola
-%%PORTDOCS%%share/doc/xisola/README
-%%PORTDOCS%%@dirrm share/doc/xisola