summaryrefslogtreecommitdiff
path: root/archivers/squeeze
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-30 17:06:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-30 17:06:56 +0000
commitcab2bc94d8f11d54c5937eaeaa94823065e02cff (patch)
tree5c4f65c866108ada41b9a27214d4a17afc9da726 /archivers/squeeze
parentUpdate to 2.5.2 (diff)
- Fix sanity check
Notes
Notes: svn path=/head/; revision=297805
Diffstat (limited to 'archivers/squeeze')
-rw-r--r--archivers/squeeze/Makefile2
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