diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 07:43:28 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 07:43:28 +0000 |
commit | c9fe2dbd147c4af18932afef64271d279644a44d (patch) | |
tree | 73a2e7b5defb019d707d4a4ee1d85fdb7efad080 /www/mod_curb | |
parent | ec74ed9622fe1e0236b1e66183f83d9e65bdabbe (diff) | |
download | ports-c9fe2dbd147c4af18932afef64271d279644a44d.tar.gz ports-c9fe2dbd147c4af18932afef64271d279644a44d.zip |
Notes
Diffstat (limited to 'www/mod_curb')
-rw-r--r-- | www/mod_curb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile index 37dc98653a4a..08fb97f9f450 100644 --- a/www/mod_curb/Makefile +++ b/www/mod_curb/Makefile @@ -22,7 +22,9 @@ AP_GENPLIST= YES PORTDOCS= README post-install: +.ifndef NOPORTDOCS @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif .include <bsd.port.mk> |