View | Details | Raw Unified | Return to bug 192217
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
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>
(-)pkg-plist (+5 lines)
Lines 10-15 Link Here
10
@exec chmod u+s %D/sbin/nullmailer-queue
10
@exec chmod u+s %D/sbin/nullmailer-queue
11
@exec chown %%NULLMAIL_USER%% %D/sbin/nullmailer-queue
11
@exec chown %%NULLMAIL_USER%% %D/sbin/nullmailer-queue
12
sbin/nullmailer-send
12
sbin/nullmailer-send
13
man/man1/nullmailer-inject.1.gz
14
man/man1/sendmail.1.gz
15
man/man7/nullmailer.7.gz
16
man/man8/nullmailer-queue.8.gz
17
man/man8/nullmailer-send.8.gz
13
%%ETCDIR%%/me.sample
18
%%ETCDIR%%/me.sample
14
%%ETCDIR%%/remotes.sample
19
%%ETCDIR%%/remotes.sample
15
@dirrm libexec/nullmailer
20
@dirrm libexec/nullmailer

Return to bug 192217