1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Trim header

- OptionsNG
This commit is contained in:
Dmitry Marakasov 2013-02-03 23:37:32 +00:00
parent 83780dc7a8
commit e035d49954
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311522

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: amoebax
# Date created: 15 Aug 2007
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
#
PORTNAME= amoebax
PORTVERSION= 0.2.1
@ -36,7 +32,9 @@ post-patch:
@${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|'
.if !defined(NOPORTDOCS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}