aboutsummaryrefslogtreecommitdiff
path: root/editors/pdfedit
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-08-10 14:55:48 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-08-10 14:55:48 +0000
commit21e13209d68c9fa9da35b63e443b268c0b016cc6 (patch)
treeb33ed82c4bb66d773cefce59836fd100f836820a /editors/pdfedit
parent6779a8f08bc6827e36781265ea44c508b9f14406 (diff)
downloadports-21e13209d68c9fa9da35b63e443b268c0b016cc6.tar.gz
ports-21e13209d68c9fa9da35b63e443b268c0b016cc6.zip
- Fix handling of NOPORTDOCS.
Reported by: QA Tindy
Notes
Notes: svn path=/head/; revision=218338
Diffstat (limited to 'editors/pdfedit')
-rw-r--r--editors/pdfedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile
index 97bcd7749602..934321a47d0f 100644
--- a/editors/pdfedit/Makefile
+++ b/editors/pdfedit/Makefile
@@ -32,7 +32,7 @@ MAN1= pdfedit.1
.if defined(NOPORTDOCS)
post-patch:
- @${REINPLACE_CMD} -e 's|^all: src doc|all: src|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|doc-dist-install $$||' ${WRKSRC}/Makefile.in
.endif
post-install: