summaryrefslogtreecommitdiff
path: root/www/mod_traf_thief/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-10-18 00:02:13 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-10-18 00:02:13 +0000
commitefa32c1c73f53be1e6d254b522f41e1d6f403121 (patch)
tree16634dce3906714885f45c3952daeb6d5fd16345 /www/mod_traf_thief/Makefile
parentunbreak dependency on textproc/docbook-xml (diff)
Unbreak.
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reported by: kris (bento)
Notes
Notes: svn path=/head/; revision=91535
Diffstat (limited to '')
-rw-r--r--www/mod_traf_thief/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_traf_thief/Makefile b/www/mod_traf_thief/Makefile
index 6a06379e5db2..a57869df183a 100644
--- a/www/mod_traf_thief/Makefile
+++ b/www/mod_traf_thief/Makefile
@@ -24,7 +24,7 @@ APXS?= ${LOCALBASE}/sbin/apxs
do-extract:
@${MKDIR} ${WRKDIR}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c
do-build:
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)