diff options
Diffstat (limited to 'www/mhonarc')
-rw-r--r-- | www/mhonarc/Makefile | 4 | ||||
-rw-r--r-- | www/mhonarc/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 816ab010eaca..c2c601399ac0 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -3,7 +3,7 @@ PORTNAME= mhonarc PORTVERSION= 2.6.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www mail MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \ http://www.oac.uci.edu/indiv/ehood/tar/ @@ -16,7 +16,7 @@ USES= tar:bzip2 perl5 NO_BUILD= Yes INSTALL_ARGS= -prefix ${STAGEDIR} -binpath ${STAGEDIR}${PREFIX}/bin \ - -libpath ${STAGEDIR}${SITE_PERL} \ + -libpath ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} \ -manpath ${STAGEDIR}${PREFIX}/man \ -batch diff --git a/www/mhonarc/pkg-plist b/www/mhonarc/pkg-plist index 26587cad4cdf..9423d13151fd 100644 --- a/www/mhonarc/pkg-plist +++ b/www/mhonarc/pkg-plist @@ -477,7 +477,3 @@ man/man1/mhonarc.1.gz %%PORTDOCS%%@dirrm %%DOCSDIR%%/rcfileexs %%PORTDOCS%%@dirrm %%DOCSDIR%%/faq %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/MHonArc/UTF8 -@dirrm %%SITE_PERL%%/MHonArc/CharEnt -@dirrm %%SITE_PERL%%/MHonArc/Char -@dirrm %%SITE_PERL%%/MHonArc |