diff options
Diffstat (limited to 'mail/mixmaster/Makefile')
-rw-r--r-- | mail/mixmaster/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile index 6c5be08..5cdf3ca 100644 --- a/mail/mixmaster/Makefile +++ b/mail/mixmaster/Makefile @@ -28,12 +28,9 @@ CONFIG_FILES= abuse.txt.in dest.blk mix.cfg news.hlp pubring.mix type1.hlp \ allpingers.txt OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> - .if ${OSVERSION} < 1000000 BROKEN= Does not compile .endif @@ -49,7 +46,7 @@ pre-install: ${GZCAT} ${DISTDIR}/allpingers.txt.gz >${WRKSRC}/Mix/conf/allpingers.txt ${REINPLACE_CMD} -e "s|/etc/mixmaster|${ETCDIR}|g" ${WRKDIR}/mixmaster-update.pl ${REINPLACE_CMD} -e "s|/usr/bin|${PREFIX}/bin|g" ${WRKDIR}/mixmaster-update.pl - ${MKDIR} ${ETCDIR} + ${MKDIR} ${STAGEDIR}${ETCDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Mix/Src/mixmaster ${STAGEDIR}${PREFIX}/bin/mixmaster @@ -67,4 +64,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/Mix/conf/${FILE} ${STAGEDIR}${ETCDIR}/${FILE}.sample .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |