svn commit: r333714 - head/games/xisola
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Nov 13 19:09:27 UTC 2013
Author: danilo
Date: Wed Nov 13 19:09:26 2013
New Revision: 333714
URL: http://svnweb.freebsd.org/changeset/ports/333714
Log:
- Add stage support
- Add DOCS option
- Use PLIST_FILES and PORTDOCS instead of pkg-plist file
Deleted:
head/games/xisola/pkg-plist
Modified:
head/games/xisola/Makefile
Modified: head/games/xisola/Makefile
==============================================================================
--- head/games/xisola/Makefile Wed Nov 13 18:15:08 2013 (r333713)
+++ head/games/xisola/Makefile Wed Nov 13 19:09:26 2013 (r333714)
@@ -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>
More information about the svn-ports-head
mailing list