diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-01 06:23:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-01 06:23:04 +0800 |
commit | 21af7547d2456d54c7d5955f2b6ffe79fb4419c7 (patch) | |
tree | 8b0dfa3179eab1af97bbf4ccc78540238cbfa3e4 /chinese | |
parent | a85b5f6da15b3a919af10493e8360a2484d1f0a8 (diff) | |
download | freebsd-ports-gnome-21af7547d2456d54c7d5955f2b6ffe79fb4419c7.tar.gz freebsd-ports-gnome-21af7547d2456d54c7d5955f2b6ffe79fb4419c7.tar.zst freebsd-ports-gnome-21af7547d2456d54c7d5955f2b6ffe79fb4419c7.zip |
Add PORTSCOUT
- Clean up Makefile
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tintin++/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chinese/tintin++/Makefile b/chinese/tintin++/Makefile index 3a9e7ea7b9ef..ae9e328aec94 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -3,15 +3,12 @@ CATEGORIES= chinese -MAINTAINER= sunpoet@FreeBSD.org +CONFLICTS_INSTALL= tintin++ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING +OPTIONS_SLAVE= BIG5 -CONFLICTS_INSTALL= tintin++ +PORTSCOUT= ignore:1 MASTERDIR= ${.CURDIR}/../../net/tintin++ -OPTIONS_SLAVE= BIG5 - .include "${MASTERDIR}/Makefile" |