diff options
author | garga <garga@FreeBSD.org> | 2008-05-20 04:14:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-05-20 04:14:18 +0800 |
commit | 057b81b2a27f90d0a74ebd1e9b2256c183a78491 (patch) | |
tree | d4f164c71f7586cfe1f26f22d35744d7348e6f79 /devel/libslang2 | |
parent | c8c1c3750cce0c0658e942c22c918b229291f8a9 (diff) | |
download | freebsd-ports-gnome-057b81b2a27f90d0a74ebd1e9b2256c183a78491.tar.gz freebsd-ports-gnome-057b81b2a27f90d0a74ebd1e9b2256c183a78491.tar.zst freebsd-ports-gnome-057b81b2a27f90d0a74ebd1e9b2256c183a78491.zip |
- Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not default
and package will be the same
Reported by: itetcu
Diffstat (limited to 'devel/libslang2')
-rw-r--r-- | devel/libslang2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index b282e1d135c2..27f2b6709230 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -76,7 +76,9 @@ post-patch: @${REINPLACE_CMD} -E 's,doc/slsh,doc/slang/v\@slang_major_version\@,' \ ${WRKSRC}/slsh/Makefile.in .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's, install-docs,,g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's, install[_-]docs,,g; /MKINSDIR.*DEST_SLSH_DOC_DIR/d' \ + ${WRKSRC}/src/Makefile.in \ + ${WRKSRC}/slsh/Makefile.in .endif .include <bsd.port.post.mk> |