diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 07:46:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 07:46:52 +0800 |
commit | 73941d6bd5b9c69e49d3a407953bfda14d957355 (patch) | |
tree | f4aa1e809f7ffc1ee1c2b39a9df3d26d36f980ed /databases/pecl-drizzle | |
parent | f752662bec27fe882ebf132dd71d39f8c0eec656 (diff) | |
download | freebsd-ports-gnome-73941d6bd5b9c69e49d3a407953bfda14d957355.tar.gz freebsd-ports-gnome-73941d6bd5b9c69e49d3a407953bfda14d957355.tar.zst freebsd-ports-gnome-73941d6bd5b9c69e49d3a407953bfda14d957355.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
Diffstat (limited to 'databases/pecl-drizzle')
-rw-r--r-- | databases/pecl-drizzle/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index d5ba41d62274..9ae567f554e3 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -22,24 +22,15 @@ DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 NO_STAGE= yes -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS EXAMPLES + PORTDOCS= README EXPERIMENTAL ChangeLog CREDITS +PORTEXAMPLES= drizzle.php -post-install:: +post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL} ${PORTDOCS} ${DOCSDIR} -.else -PORTDOCS= -.endif - -.if !defined(NOPORTEXAMPLES) -PORTEXAMPLES= drizzle.php - -post-install:: @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC} && ${INSTALL} ${PORTEXAMPLES} ${EXAMPLESDIR} -.else -PORTEXAMPLES= -.endif .include <bsd.port.mk> |