diff options
Diffstat (limited to 'games/columns/Makefile')
-rw-r--r-- | games/columns/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/columns/Makefile b/games/columns/Makefile index 4b92fe276439..de12367519c7 100644 --- a/games/columns/Makefile +++ b/games/columns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: columns -# Date created: 26 August 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= columns PORTVERSION= 1.2b @@ -23,8 +19,12 @@ GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/Columns PORTDOCS= README +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |