diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-22 06:01:31 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-22 06:01:31 +0000 |
commit | 5cfa524cbee870b8a119ddb3ec0bee7114494e3e (patch) | |
tree | 97f3ba96229029ff6a8d7aa5ba3c07e28aabb26e /mail/mess822/Makefile | |
parent | 6cdaa47b3af3cffd0aa47febc188613f686f9d96 (diff) | |
download | ports-5cfa524cbee870b8a119ddb3ec0bee7114494e3e.tar.gz ports-5cfa524cbee870b8a119ddb3ec0bee7114494e3e.zip |
Notes
Diffstat (limited to 'mail/mess822/Makefile')
-rw-r--r-- | mail/mess822/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index 402d50290a94..b8f428a57826 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -24,13 +24,7 @@ post-patch: @${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-qmail @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld - @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home - -pre-install: - @${MV} -f ${WRKSRC}/conf-home ${WRKSRC}/conf-home.sav - @echo "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home - @cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o - @cd ${WRKSRC} ; ${MAKE_CMD} install instcheck - @${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home + @${ECHO_CMD} ${STAGEDIR}${PREFIX} > ${WRKSRC}/conf-home + .include <bsd.port.mk> |