diff options
author | tdb <tdb@FreeBSD.org> | 2008-06-16 01:37:45 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2008-06-16 01:37:45 +0800 |
commit | bb8cce17bf9392cbc8e867dab305ce969a888a7e (patch) | |
tree | 0a072695e6b558b0cb6e9a2a52332e2674a09de4 /textproc/p5-SGMLSpm | |
parent | 19413f37fff65752f362a0c66ada78e90f527350 (diff) | |
download | freebsd-ports-gnome-bb8cce17bf9392cbc8e867dab305ce969a888a7e.tar.gz freebsd-ports-gnome-bb8cce17bf9392cbc8e867dab305ce969a888a7e.tar.zst freebsd-ports-gnome-bb8cce17bf9392cbc8e867dab305ce969a888a7e.zip |
Fix port to respect alternate LOCALBASE by overriding BINDIR.
Diffstat (limited to 'textproc/p5-SGMLSpm')
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index ac118e336f1e..8fe5908e2742 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -21,7 +21,8 @@ USE_PERL5_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALL_TARGET= install PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR} +INSTALL_TARGET= install BINDIR=${PREFIX}/bin \ + PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR} .ifndef(NOPORTDOCS) PORTDOCS= * |