aboutsummaryrefslogtreecommitdiff
path: root/sysutils/alfio
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-11-25 17:57:06 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-11-25 17:57:06 +0000
commit5c26d3a600a77b001f2f521fd120a8b508db4fa6 (patch)
treeaff17fa7589bca4c703744c7610fff20ad5461df /sysutils/alfio
parent18ddfaa384383422dff70d40418da38b3bdb690a (diff)
downloadports-5c26d3a600a77b001f2f521fd120a8b508db4fa6.tar.gz
ports-5c26d3a600a77b001f2f521fd120a8b508db4fa6.zip
Clean up
- Set NO_ARCH as this port is installing only a manual page and an rc service script. - Do not run gzip on the manpage explicitly. It is done automatically by the framework. Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=518411
Diffstat (limited to 'sysutils/alfio')
-rw-r--r--sysutils/alfio/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/alfio/Makefile b/sysutils/alfio/Makefile
index fcc967e7c212..0cef1dbd1d69 100644
--- a/sysutils/alfio/Makefile
+++ b/sysutils/alfio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= alfio
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -11,16 +12,14 @@ COMMENT= Services manager to choose which services start at boot time
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= etc/rc.d/alfio \
man/man8/alfio.8.gz
-pre-install:
- ${GZIP_CMD} ${WRKSRC}/alfio.8
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/alfio ${STAGEDIR}${PREFIX}/etc/rc.d
- ${INSTALL_MAN} ${WRKSRC}/alfio.8.gz ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/alfio.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>