diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-08-14 10:42:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-08-14 10:42:01 +0000 |
commit | 6ac87499f245c9b515b3037246e514538eee20c6 (patch) | |
tree | 9a3c7da0bd8f7504a999e60450c59c23c3e3cd67 /misc/p5-Business-UPS | |
parent | ab63f5bd0bf091680be8f919b994fb5030bef938 (diff) |
Respect DESTDIR by remove EXAMPLESDIR
PR: 101852
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes
Notes:
svn path=/head/; revision=170573
Diffstat (limited to 'misc/p5-Business-UPS')
-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 |