Lines 10-16
Link Here
|
10 |
http://untroubled.org/nullmailer/archive/ |
10 |
http://untroubled.org/nullmailer/archive/ |
11 |
MASTER_SITE_SUBDIR= ${PORTVERSION} |
11 |
MASTER_SITE_SUBDIR= ${PORTVERSION} |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= uffe@uffe.org |
14 |
COMMENT= MTA for hosts which relay to a fixed set of smart relays |
14 |
COMMENT= MTA for hosts which relay to a fixed set of smart relays |
15 |
|
15 |
|
16 |
LICENSE= GPLv2 |
16 |
LICENSE= GPLv2 |
Lines 46-52
Link Here
|
46 |
|
46 |
|
47 |
OPTIONS_DEFINE= GNUTLS |
47 |
OPTIONS_DEFINE= GNUTLS |
48 |
|
48 |
|
49 |
NO_STAGE= yes |
|
|
50 |
.include <bsd.port.options.mk> |
49 |
.include <bsd.port.options.mk> |
51 |
|
50 |
|
52 |
.if ${PORT_OPTIONS:MGNUTLS} |
51 |
.if ${PORT_OPTIONS:MGNUTLS} |
Lines 62-69
Link Here
|
62 |
post-install: |
61 |
post-install: |
63 |
@cd ${WRKSRC} && ${MAKE} install-root |
62 |
@cd ${WRKSRC} && ${MAKE} install-root |
64 |
|
63 |
|
65 |
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |
64 |
@#${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |
66 |
${INSTALL_DATA} -c ${FILESDIR}/remotes.sample ${ETCDIR} |
65 |
${INSTALL_DATA} -c ${FILESDIR}/remotes.sample ${STAGEDIR}${ETCDIR} |
|
|
66 |
${ECHO} 'hostname' > ${STAGEDIR}${ETCDIR}/me.sample |
67 |
@${CAT} ${PKGMESSAGE} |
67 |
@${CAT} ${PKGMESSAGE} |
68 |
|
68 |
|
69 |
.include <bsd.port.mk> |
69 |
.include <bsd.port.mk> |