- remove conditional no longer required per staging

This commit is contained in:
Jason Helfman 2013-11-07 01:20:48 +00:00
parent 08e586a29b
commit 51ccfb349d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333048

View file

@ -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>