diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 04:30:31 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 04:30:31 +0000 |
commit | fd37d8821fdc48edb0c489017447cb8ee865c5b9 (patch) | |
tree | e9502ec9d580c1cb296d2b6e887c07a0737f2b7c /misc/pdfmap | |
parent | 48c429ec3a76441cc6a3dba681f911b9b7eccb7f (diff) | |
download | ports-fd37d8821fdc48edb0c489017447cb8ee865c5b9.tar.gz ports-fd37d8821fdc48edb0c489017447cb8ee865c5b9.zip |
Notes
Diffstat (limited to 'misc/pdfmap')
-rw-r--r-- | misc/pdfmap/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile index c19fa1356c2b..0b839902e074 100644 --- a/misc/pdfmap/Makefile +++ b/misc/pdfmap/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pdfmap -# Date created: Mar 24, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pdfmap PORTVERSION= 2.00 @@ -25,11 +20,13 @@ USE_PYDISTUTILS= yes DOCS= CREDITS NEWS README TODO doc/*.html -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= * .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |