aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/amiwm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:14 +0000
commite35f875529c9628bf5010110ae026f4ba6a7d615 (patch)
treebbf6c22690df7185f6734d16830349eb3e001e96 /x11-wm/amiwm
parentb633894cdaa6a7e1725758a0415525dfd1857960 (diff)
downloadports-e35f875529c9628bf5010110ae026f4ba6a7d615.tar.gz
ports-e35f875529c9628bf5010110ae026f4ba6a7d615.zip
- Fix shebangs
- Pet portlint - Switch to options helpers Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395923
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r--x11-wm/amiwm/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile
index 7f44d1686ff8..0d2af65cdfc6 100644
--- a/x11-wm/amiwm/Makefile
+++ b/x11-wm/amiwm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= amiwm
PORTVERSION= 0.21.pl2
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
DISTNAME= ${PORTNAME}0.21pl2
@@ -10,19 +11,20 @@ DISTNAME= ${PORTNAME}0.21pl2
MAINTAINER= dcarmich@dcarmichael.net
COMMENT= Window manager that makes your desktop look like an Amiga(TM)
+USES= shebangfix
+SHEBANG_FILES= Xinitrc.in \
+ Xsession.in \
+ Xsession2.in
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USE_XORG= x11 ice sm xext xmu
-OPTIONS_DEFINE= DOCS
+USE_XORG= ice sm x11 xext xmu
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${ECHO_MSG} "===> Copying documents to ${DOCSDIR}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
- @${INSTALL_DATA} ${WRKSRC}/README.modules ${STAGEDIR}${DOCSDIR}/README.modules
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
+ ${INSTALL_DATA} ${WRKSRC}/README.modules ${STAGEDIR}${DOCSDIR}/README.modules
.include <bsd.port.mk>