diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 14:55:48 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 14:55:48 +0000 |
commit | 21e13209d68c9fa9da35b63e443b268c0b016cc6 (patch) | |
tree | b33ed82c4bb66d773cefce59836fd100f836820a /editors/pdfedit | |
parent | 6779a8f08bc6827e36781265ea44c508b9f14406 (diff) | |
download | freebsd-ports-21e13209d68c9fa9da35b63e443b268c0b016cc6.zip |
- Fix handling of NOPORTDOCS.
Reported by: QA Tindy
Diffstat (limited to 'editors/pdfedit')
-rw-r--r-- | editors/pdfedit/Makefile | 2 |
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: |