diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 06:14:30 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 06:14:30 +0800 |
commit | 98958f43269e0eab4b997299ccd6f10f9340b2bc (patch) | |
tree | 114e9a1d46406dd3cafcfc5ff79fcf117145a7b0 /databases | |
parent | c66a1d527404e5b77d5f418c7091ff48f4d4941c (diff) | |
download | freebsd-ports-gnome-98958f43269e0eab4b997299ccd6f10f9340b2bc.tar.gz freebsd-ports-gnome-98958f43269e0eab4b997299ccd6f10f9340b2bc.tar.zst freebsd-ports-gnome-98958f43269e0eab4b997299ccd6f10f9340b2bc.zip |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlrelay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 0e07fd313685..6ba6381b2561 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -142,5 +142,8 @@ post-patch: @${REINPLACE_CMD} -e '/EXAMPLEDIR/d' ${WRKSRC}/etc/Makefile ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \ -e 's#-release \$$\(SQLR_VERSION\)##g;' +.ifdef NOPORTDOCS + @${REINPLACE_CMD} '/$$(MAKE) -C doc/d' ${WRKSRC}/Makefile +.endif .include <bsd.port.post.mk> |