aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-11-07 09:20:48 +0800
committerjgh <jgh@FreeBSD.org>2013-11-07 09:20:48 +0800
commitc644fcca983cf3e6d7dd641a8742cf026cfc2b5e (patch)
tree0466b14c4147d7571af37678640c070cf5afebfb /mail
parent33cfc47a28fbbd0890aa05471559f63c9d983758 (diff)
downloadfreebsd-ports-gnome-c644fcca983cf3e6d7dd641a8742cf026cfc2b5e.tar.gz
freebsd-ports-gnome-c644fcca983cf3e6d7dd641a8742cf026cfc2b5e.tar.zst
freebsd-ports-gnome-c644fcca983cf3e6d7dd641a8742cf026cfc2b5e.zip
- remove conditional no longer required per staging
Diffstat (limited to 'mail')
-rw-r--r--mail/muttils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/muttils/Makefile b/mail/muttils/Makefile
index bc2fca70f198..2b7478cabf5e 100644
--- a/mail/muttils/Makefile
+++ b/mail/muttils/Makefile
@@ -25,9 +25,7 @@ PORTEXAMPLES= *
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
( cd ${WRKSRC}/contrib && ${INSTALL_DATA} \example-* ${STAGEDIR}${EXAMPLESDIR} )
-.endif
.include <bsd.port.mk>