diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-07-28 18:25:14 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-07-28 18:25:14 +0000 |
commit | a95c2589310aab3db007ae8a45f67639b85587ef (patch) | |
tree | 9be23da4dd01140ef562ac50df133efdc06d2a70 | |
parent | 8a3598071e0dd1bd34ba6d011ba80292ab0b05af (diff) | |
download | ports-a95c2589310aab3db007ae8a45f67639b85587ef.tar.gz ports-a95c2589310aab3db007ae8a45f67639b85587ef.zip |
Fix `rc.d/svnserve' installation
Notes
Notes:
svn path=/head/; revision=196493
-rw-r--r-- | devel/subversion-devel/Makefile | 7 | ||||
-rw-r--r-- | devel/subversion-freebsd/Makefile | 7 | ||||
-rw-r--r-- | devel/subversion/Makefile | 7 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index 6284ae54212d..28bc24490608 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/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) diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 6284ae54212d..28bc24490608 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/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) diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 6284ae54212d..28bc24490608 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/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) 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) |