diff options
author | mat <mat@FreeBSD.org> | 2003-10-10 22:55:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-10 22:55:43 +0800 |
commit | 45c1d9eed880a217be1279bee6492b22fee8eb48 (patch) | |
tree | fd9847898527d0666b4927031162a0e88a82983b /databases/p5-DBD-Sybase/Makefile | |
parent | c44fe9f309c5729c4ade899f163f7b4de2d4f41b (diff) | |
download | freebsd-ports-gnome-45c1d9eed880a217be1279bee6492b22fee8eb48.tar.gz freebsd-ports-gnome-45c1d9eed880a217be1279bee6492b22fee8eb48.tar.zst freebsd-ports-gnome-45c1d9eed880a217be1279bee6492b22fee8eb48.zip |
Update to 1.01
use %%SITE_PERL%%
Approved by: maintainer
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile index 8f737e1c7d30..0deb22ea7f82 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DBD-Sybase -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -22,7 +21,6 @@ LIB_DEPENDS= ct.1:${PORTSDIR}/databases/freetds \ PERL_CONFIGURE= yes CONFIGURE_ENV+= SYBASE=${LOCALBASE} -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBD::Sybase.3 .include <bsd.port.pre.mk> |