aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/confget
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-28 10:16:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-28 10:16:44 +0800
commit8795cf8c51ddf32c5aaeded2d56f454b7a8855cd (patch)
treeafa8e1ffad9272fc3ec3ec9f7a4893876f5c92dc /textproc/confget
parent9bce4fd2a221a7c59496194246737fcc96c01049 (diff)
downloadfreebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.tar.gz
freebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.tar.zst
freebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.zip
- Fix typo
Reported by: pointyhat
Diffstat (limited to 'textproc/confget')
-rw-r--r--textproc/confget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index 017810fb8eed..54cfb10744d8 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -38,7 +38,7 @@ MAKE_ENV+= PCRE_CFLAGS="" PCRE_LIBS=""
.endif
post-patch:
-.if empty(${PORT_OPTIONS:MEXAMPLES})
+.if empty(PORT_OPTIONS:MEXAMPLES)
@${REINPLACE_CMD} -e '/^install:/ s| install-examples||' ${WRKSRC}/Makefile
.endif