aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logrotate
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-27 02:32:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-27 02:32:16 +0000
commit680959f6f871a4bea478db8ee7a2d056fd9a1720 (patch)
tree803e175af479c1f1704fc152084677e0a32237f1 /sysutils/logrotate
parentf5e385e048951adf70443ad949867c08f1a6b9ba (diff)
downloadports-680959f6f871a4bea478db8ee7a2d056fd9a1720.tar.gz
ports-680959f6f871a4bea478db8ee7a2d056fd9a1720.zip
Remove the backslash at the end of BUILD_DEPENDS line.
Seems ade forgot to remove it. Noticed by: make index
Notes
Notes: svn path=/head/; revision=28029
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r--sysutils/logrotate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile
index 70da5ba64ad1..93260de7042d 100644
--- a/sysutils/logrotate/Makefile
+++ b/sysutils/logrotate/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= -1.src.rpm
MAINTAINER= ycheng@sinica.edu.tw
-BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm \
+BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes