diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
commit | d98e1893f371a854e903feb86f8e539677c77dde (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /korean/hpscat | |
parent | 50cfc86752c3c7cfa2f1e5105c54fd023ed1b5dc (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324054
Diffstat (limited to 'korean/hpscat')
-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 d3951771416f..a448b01e5feb 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 |