aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion16
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2007-07-29 02:25:14 +0800
committerlev <lev@FreeBSD.org>2007-07-29 02:25:14 +0800
commitcbee49cf125b3ff098b22dbc007ec2f12bf26e66 (patch)
tree6390d23779d935adfe004580cb5c4f39d67ddcc5 /devel/subversion16
parent20ad4453aa226dc2ed485d49ee5d5139dde34bca (diff)
downloadfreebsd-ports-gnome-cbee49cf125b3ff098b22dbc007ec2f12bf26e66.tar.gz
freebsd-ports-gnome-cbee49cf125b3ff098b22dbc007ec2f12bf26e66.tar.zst
freebsd-ports-gnome-cbee49cf125b3ff098b22dbc007ec2f12bf26e66.zip
Fix `rc.d/svnserve' installation
Diffstat (limited to 'devel/subversion16')
-rw-r--r--devel/subversion16/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index 6284ae54212d..28bc24490608 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.2/:bookhtml \
@@ -195,10 +196,12 @@ CONFIGURE_ARGS+=--with-apr=${APR_APU_DIR}/${APR_CONFIG} \
--with-apr-util=${APR_APU_DIR}/${APU_CONFIG}
.if defined(WITH_SVNSERVE_WRAPPER)
-PLIST_SUB+= SVNSERVE_WRAPPER="" SVNSERVE_BIN_EXT=".bin"
+PLIST_SUB+= SVNSERVE_WRAPPER=""
+SUB_LIST+= SVNSERVE_BIN_EXT=".bin"
EXTRA_PATCHES= ${PATCHDIR}/build-outputs.mk.patch
.else
-PLIST_SUB+= SVNSERVE_WRAPPER="@comment " SVNSERVE_BIN_EXT=""
+PLIST_SUB+= SVNSERVE_WRAPPER="@comment "
+SUB_LIST+= SVNSERVE_BIN_EXT=""
.endif
.if !defined(NOPORTDOCS) && defined(WITH_BOOK)