1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Add NO_ARCH

- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-01 15:55:29 +00:00
parent 8c8c1fef8f
commit 0ce90b0adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398292

View File

@ -18,9 +18,11 @@ BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
PLIST_FILES= bin/umph ${SITE_MAN1}/umph.1.gz
PLIST_FILES= bin/umph \
%%PERL5_MAN1%%/umph.1.gz
.include <bsd.port.mk>