diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 17:06:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 17:06:56 +0000 |
commit | cab2bc94d8f11d54c5937eaeaa94823065e02cff (patch) | |
tree | 5c4f65c866108ada41b9a27214d4a17afc9da726 | |
parent | Update to 2.5.2 (diff) |
- Fix sanity check
Notes
Notes:
svn path=/head/; revision=297805
-rw-r--r-- | archivers/squeeze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 4da694c1b1b7..d3ee56a79265 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -44,7 +44,7 @@ PLIST_SUB= GTKDOC="@comment " post-patch: # Needed to remove gtk-doc installation -.if emty(PORT_OPTIONS:MDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in .endif |