aboutsummaryrefslogtreecommitdiff
path: root/textproc/confget/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-28 02:16:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-28 02:16:44 +0000
commit6c51d88cbb2db22691820634b188505018199d58 (patch)
tree34987138e113d412f2272049fb1dc7ffb8f5e74a /textproc/confget/Makefile
parentc649cf25a9356cc2eb472183cddffbb495dd105e (diff)
downloadports-6c51d88cbb2db22691820634b188505018199d58.tar.gz
ports-6c51d88cbb2db22691820634b188505018199d58.zip
- Fix typo
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=300128
Diffstat (limited to 'textproc/confget/Makefile')
-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