diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-01-26 03:59:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-01-26 03:59:40 +0800 |
commit | 2c758e867466c2c41377b9c8faaeb468e637fd9d (patch) | |
tree | e8c71d7fbae094098f5aa2aa5402405976eeae54 /textproc/uni2ascii | |
parent | f3ed5e9a4f54cec237982d3e79bcb2ee32e70b70 (diff) | |
download | freebsd-ports-gnome-2c758e867466c2c41377b9c8faaeb468e637fd9d.tar.gz freebsd-ports-gnome-2c758e867466c2c41377b9c8faaeb468e637fd9d.tar.zst freebsd-ports-gnome-2c758e867466c2c41377b9c8faaeb468e637fd9d.zip |
Add LICENSE and remove MD5 sums.
Feature safe: yes
Diffstat (limited to 'textproc/uni2ascii')
-rw-r--r-- | textproc/uni2ascii/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 7780f59c0ea3..2bb1049236f5 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -20,6 +20,8 @@ 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 |