diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-02-04 07:37:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-02-04 07:37:32 +0800 |
commit | a7c166c51aebf2a4f3f142990b14e4a62d127daf (patch) | |
tree | cf5d4980b1e3753947bc5066a9b0ffa5c61e796c /games | |
parent | 492b844d9974ce771365b9782ada72b0bf65cd94 (diff) | |
download | freebsd-ports-gnome-a7c166c51aebf2a4f3f142990b14e4a62d127daf.tar.gz freebsd-ports-gnome-a7c166c51aebf2a4f3f142990b14e4a62d127daf.tar.zst freebsd-ports-gnome-a7c166c51aebf2a4f3f142990b14e4a62d127daf.zip |
- Trim header
- OptionsNG
Diffstat (limited to 'games')
-rw-r--r-- | games/amoebax/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index 1fb26e2972f9..4697f26712bb 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -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} |