diff options
author | mat <mat@FreeBSD.org> | 2006-08-14 18:42:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-08-14 18:42:01 +0800 |
commit | f18423a322983a02445ae40b4c2ff04da0f9f524 (patch) | |
tree | 746306e0a6b7fbcd3437db12e7e13c81104e7e36 | |
parent | 24958e911142fd035cf5b47d25de8175c28a3a82 (diff) | |
download | freebsd-ports-gnome-f18423a322983a02445ae40b4c2ff04da0f9f524.tar.gz freebsd-ports-gnome-f18423a322983a02445ae40b4c2ff04da0f9f524.tar.zst freebsd-ports-gnome-f18423a322983a02445ae40b4c2ff04da0f9f524.zip |
Respect DESTDIR by remove EXAMPLESDIR
PR: 101852
Submitted by: Gea-Suan Lin <gslin@gslin.org>
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 349dead9f8f8..b6bf8d606cf3 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -18,7 +18,6 @@ COMMENT= A UPS Interface Module BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} PERL_CONFIGURE= yes MAN3= Business::UPS.3 |