diff options
author | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
commit | 3021e3362902ea7f5978434383d769c7d68c2b68 (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /korean | |
parent | a735df2ff08a23cd27691d1eb01929794c620c98 (diff) | |
download | freebsd-ports-graphics-3021e3362902ea7f5978434383d769c7d68c2b68.tar.gz freebsd-ports-graphics-3021e3362902ea7f5978434383d769c7d68c2b68.tar.zst freebsd-ports-graphics-3021e3362902ea7f5978434383d769c7d68c2b68.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hpscat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile index d3951771416..a448b01e5fe 100644 --- a/korean/hpscat/Makefile +++ b/korean/hpscat/Makefile @@ -31,7 +31,7 @@ PLIST_DIRS= ${FONTDIR_REL} PLIST_DIRSTRY= share/fonts SUB_FILES= hpscat.sh pkg-message SUB_LIST= FONTDIR=${FONTDIR} -USE_PERL5= yes +USES= perl5 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin |