View | Details | Raw Unified | Return to bug 253567 | Differences between
and this patch

Collapse All | Expand All

(-)b/Makefile (-2 / +3 lines)
Lines 15-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
15
16
USES=		gmake
16
USES=		gmake
17
USE_RC_SUBR=	${PORTNAME}
17
USE_RC_SUBR=	${PORTNAME}
18
SUB_FILES=	pkg-message pkg-plist
18
SUB_FILES=      pkg-message
19
SUB_LIST+=	PORTNAME=${PORTNAME} COMMENT="${COMMENT}"
19
PLIST_SUB=      PORTNAME=${PORTNAME}
20
SUB_LIST+=      PORTNAME=${PORTNAME} COMMENT="${COMMENT}"
20
21
21
post-patch:
22
post-patch:
22
.for f in Makefile ${PORTNAME}.8 ${PORTNAME}tab.5
23
.for f in Makefile ${PORTNAME}.8 ${PORTNAME}tab.5
(-)a/files/pkg-plist.in (-5 lines)
Removed Link Here
1
sbin/%%PORTNAME%%
2
@sample etc/%%PORTNAME%%tab.sample
3
@postunexec rmdir /var/spool/%%PORTNAME%% 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/spool/%%PORTNAME%%'."
4
man/man8/%%PORTNAME%%.8.gz
5
man/man5/%%PORTNAME%%tab.5.gz
(-)b/pkg-plist (-5 / +6 lines)
Lines 1-5 Link Here
1
sbin/anacron
1
sbin/%%PORTNAME%%
2
@sample etc/anacrontab.sample
2
@sample etc/%%PORTNAME%%tab.sample
3
@unexec rmdir /var/spool/anacron 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/spool/anacron'."
3
@postexec mkdir -p /var/spool/%%PORTNAME%% 2>/dev/null
4
man/man8/anacron.8.gz
4
@postunexec rmdir /var/spool/%%PORTNAME%% 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/spool/%%PORTNAME%%'."
5
man/man5/anacrontab.5.gz
5
man/man8/%%PORTNAME%%.8.gz
6
man/man5/%%PORTNAME%%tab.5.gz

Return to bug 253567