diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-25 04:00:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-25 04:00:36 +0800 |
commit | 69d3b479a6c36ab443818e859353acc3f6257692 (patch) | |
tree | 00885950d6c6ce61a895e351a455152702c105b8 | |
parent | a1e4fb2b158f904d2b1040edd9a63eebebc25c78 (diff) | |
download | freebsd-ports-graphics-69d3b479a6c36ab443818e859353acc3f6257692.tar.gz freebsd-ports-graphics-69d3b479a6c36ab443818e859353acc3f6257692.tar.zst freebsd-ports-graphics-69d3b479a6c36ab443818e859353acc3f6257692.zip |
Remove the RESTRICTED line, because we don't modify the original files.
Reported by: Pav
Feature safe: yes
-rw-r--r-- | x11-fonts/code2000/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile index 7f1090092db..2f38519f767 100644 --- a/x11-fonts/code2000/Makefile +++ b/x11-fonts/code2000/Makefile @@ -21,8 +21,6 @@ BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig -RESTRICTED= Only unmodified original package can be distributed - USE_ZIP= yes PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" |