diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-20 01:25:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-20 01:25:46 +0800 |
commit | 34a575cf1865169e385fe1089556808e41814c3a (patch) | |
tree | 565c7cc56b5d4c2b06be4ffc4f7113ddc09ebac8 /net/librsync/Makefile | |
parent | 0e2659e4d1103a17a65090a007afc0a8abda60c7 (diff) | |
download | freebsd-ports-gnome-34a575cf1865169e385fe1089556808e41814c3a.tar.gz freebsd-ports-gnome-34a575cf1865169e385fe1089556808e41814c3a.tar.zst freebsd-ports-gnome-34a575cf1865169e385fe1089556808e41814c3a.zip |
upgrade to 0.9.3
Diffstat (limited to 'net/librsync/Makefile')
-rw-r--r-- | net/librsync/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 1786907d84be..584c355742fc 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -7,7 +7,7 @@ # PORTNAME= librsync -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rproxy @@ -21,9 +21,12 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ARGS= --enable-shared --disable-trace USE_GMAKE= yes +INSTALLS_SHLIB= yes + MAN1= rdiff.1 MAN3= librsync.3 |