diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 08:39:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 08:39:31 +0000 |
commit | 085555e2c9d32bb56cd02eec630489cee5f6aad3 (patch) | |
tree | 1cd1aa15a16daaf836e6e6ee0227afdb876f5330 | |
parent | Add mod_filter 1.4.1, an Apache module to filter output from (diff) |
fix WRKSRC
PR: 44036
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=68018
-rw-r--r-- | net/nam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index ffb0d03a52f2..6c6069b23f32 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -22,7 +22,7 @@ MANCOMPRESSED= no USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 - +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= # empty post-patch: |