diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /textproc/uni2ascii | |
parent | Update to 0.7 release. (diff) |
Pacify portlint
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=288109
Diffstat (limited to 'textproc/uni2ascii')
-rw-r--r-- | textproc/uni2ascii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 392d955a8fce..eca9a906e7d5 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -14,14 +14,14 @@ MASTER_SITES= http://billposer.org/Software/Downloads/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents +LICENSE= GPLv3 + GNU_CONFIGURE= yes USE_BZIP2= yes MAKE_JOBS_SAFE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -LICENSE= GPLv3 - MAN1= uni2ascii.1 ascii2uni.1 PLIST_FILES= bin/uni2ascii bin/ascii2uni |