1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS

Remove useless use of pre.mk/post.mk
Trim headers
This commit is contained in:
Baptiste Daroussin 2012-12-31 14:20:40 +00:00
parent 4debc1a0d4
commit 5291eb0ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309751

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: amarok-fs
# Date created: 20 June 2007
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= amarok-fs
PORTVERSION= 0.5
@ -38,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/amarokFS
QMAKE= ${LOCALBASE}/bin/qmake -unix -o
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
post-extract:
${REINPLACE_CMD} -e 's|/usr/share/icons/amarokFS.png|amarokFS|' \
@ -51,9 +46,9 @@ post-patch:
${QMAKE} Makefile amarokFS-xml.pro
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>