diff options
author | jgh <jgh@FreeBSD.org> | 2013-11-07 09:20:48 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-11-07 09:20:48 +0800 |
commit | c644fcca983cf3e6d7dd641a8742cf026cfc2b5e (patch) | |
tree | 0466b14c4147d7571af37678640c070cf5afebfb /mail | |
parent | 33cfc47a28fbbd0890aa05471559f63c9d983758 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |