diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-03-16 15:59:26 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-03-16 15:59:26 +0000 |
commit | 0d31cca38069f7513d195dc8bbabe93d779ef515 (patch) | |
tree | d127f67a0c85117a933b7074871c72f5f501df84 /net-mgmt | |
parent | 2ff76f46cd79205892748788db1511adfc1cc0c7 (diff) | |
download | ports-0d31cca38069f7513d195dc8bbabe93d779ef515.tar.gz ports-0d31cca38069f7513d195dc8bbabe93d779ef515.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 5faaccaf68fe..bbbeab729244 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -33,7 +33,7 @@ MAN1= cfgmaker.1 contrib.1 faq.1 forum.1 indexmaker.1 logfile.1 \ squid.1 unix-guide.1 webserver.1 post-patch: - ${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} rm -fr + ${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} ${RM} -fr do-install: ${MKDIR} -m 755 ${PREFIX}/etc/mrtg |