blob: fcb2dca96b83194434aadea1d78382cb680547d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= sccs
CATEGORIES= devel
COMMENT= Source Code Control System (SCCS)
MASTERDIR= ${.CURDIR}/../../devel/schilybase
COMPONENTS= patch \
sccs
# these files are installed by the patch target,
# but they belong to sysutils/schilyutils
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/opatch
${RM} ${STAGEDIR}${PREFIX}/bin/spatch
${RM} ${STAGEDIR}${PREFIX}/share/man/man1/opatch.1
${RM} ${STAGEDIR}${PREFIX}/share/man/man1/patch.1
${RM} ${STAGEDIR}${PREFIX}/share/man/man1/spatch.1
.include "${MASTERDIR}/Makefile.master"
|