diff options
author | matthew <matthew@FreeBSD.org> | 2012-06-05 03:25:56 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-06-05 03:25:56 +0800 |
commit | 239cc6b573a3bef44f2c6837774e97090bad2696 (patch) | |
tree | 077db2d3ea76af1a91dc2fdf5653d9a1414472d8 /x11-fonts | |
parent | 10056f05563e6fe74b77b9d16ae38c4dea1c82b9 (diff) | |
download | freebsd-ports-gnome-239cc6b573a3bef44f2c6837774e97090bad2696.tar.gz freebsd-ports-gnome-239cc6b573a3bef44f2c6837774e97090bad2696.tar.zst freebsd-ports-gnome-239cc6b573a3bef44f2c6837774e97090bad2696.zip |
- Convert all my remaining ports to OPTIONSng
Files affected:
databases/mysql-connector-java/Makefile
databases/phpmyadmin/Makefile
mail/sa-utils/Makefile
net/phpldapadmin/Makefile
security/apg/Makefile
textproc/sphinxsearch/Makefile
www/p5-RT-Authen-ExternalAuth/Makefile
www/p5-RT-Extension-LDAPImport/Makefile
www/p5-RT-Extension-SLA/Makefile
www/p5-RTx-Calendar/Makefile
www/rt40/Makefile
www/rt40/Makefile.cpan
x11-fonts/gentium/Makefile
x11-fonts/gentium-basic/Makefile
Approved by: shaun (mentor)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gentium-basic/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/gentium/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-fonts/gentium-basic/Makefile b/x11-fonts/gentium-basic/Makefile index d2b5e8376243..e71fd8450066 100644 --- a/x11-fonts/gentium-basic/Makefile +++ b/x11-fonts/gentium-basic/Makefile @@ -40,6 +40,8 @@ DOCSLIST= FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt .SILENT: +.include <bsd.port.options.mk> + # # Install # @@ -53,7 +55,7 @@ install-fonts: ${INSTALL_DATA} ${WRKSRC}/OFL.txt ${FONTSTGT} install-docs: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} @for doc in ${DOCSLIST} ; do \ ${INSTALL_DATA} ${WRKSRC}/$$doc ${DOCSDIR} ; \ diff --git a/x11-fonts/gentium/Makefile b/x11-fonts/gentium/Makefile index 8be7b83f72b0..353f2be0e2b1 100644 --- a/x11-fonts/gentium/Makefile +++ b/x11-fonts/gentium/Makefile @@ -41,6 +41,8 @@ DOCSLIST= FONTLOG GENTIUM-FAQ Gentium-Greek-Specimen.pdf \ Gentium-RU-A3Proofs.pdf Gentium-RU-Specimen.pdf \ OFL-FAQ QUOTES README +.include <bsd.port.options.mk> + .SILENT: # @@ -61,7 +63,7 @@ install-conf: ${PREFIX}/etc/fonts/conf.d/${FONTNAME}.conf install-docs: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} @for doc in ${DOCSLIST} ; do \ ${INSTALL_DATA} ${WRKSRC}/$$doc ${DOCSDIR} ; \ |