diff options
author | db <db@FreeBSD.org> | 2008-05-29 05:59:02 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2008-05-29 05:59:02 +0800 |
commit | 8889b363229f0fb6b7b136a67fc56221402ebab0 (patch) | |
tree | b66d5d81c99378940985fb5bda56ad601fc3d27f /www/serf | |
parent | 243899eba8ed377a3a6b683f6001ade03e5aca1c (diff) | |
download | freebsd-ports-gnome-8889b363229f0fb6b7b136a67fc56221402ebab0.tar.gz freebsd-ports-gnome-8889b363229f0fb6b7b136a67fc56221402ebab0.tar.zst freebsd-ports-gnome-8889b363229f0fb6b7b136a67fc56221402ebab0.zip |
- Fixed misplaced MKDIR
Diffstat (limited to 'www/serf')
-rw-r--r-- | www/serf/Makefile | 3 | ||||
-rw-r--r-- | www/serf/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile index af58e6c82d13..224735efd63e 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -18,7 +18,6 @@ COMMENT= Serf HTTP client library LIB_DEPENDS+= apr:${PORTSDIR}/devel/apr PROJECTHOST= serf -PORTDOCS= design-guide.txt USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -27,8 +26,8 @@ CONFIGURE_ARGS+= --with-apr=${PREFIX}/bin/apr-1-config \ --with-apr-util=${PREFIX}/bin/apu-1-config post-install: - ${MKDIR} ${DOCSDIR} .if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR} .endif diff --git a/www/serf/pkg-plist b/www/serf/pkg-plist index ce4ec05c4fab..3dfc37f076ac 100644 --- a/www/serf/pkg-plist +++ b/www/serf/pkg-plist @@ -6,4 +6,6 @@ lib/libserf-0.so.0 lib/libserf-0.so lib/libserf-0.la lib/libserf-0.a +%%PORTDOCS%%%%DOCSDIR%%/design-guide.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/serf-0 |