diff options
author | jgh <jgh@FreeBSD.org> | 2015-04-09 05:14:51 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-04-09 05:14:51 +0800 |
commit | 1017e6485752da979505b7bf1624e64545cb0126 (patch) | |
tree | 448fd72424b6ba0f1e1465240e17861109374140 /shells | |
parent | d176be6b321ac7784d82f8ff9baa1995ff376ff1 (diff) | |
download | freebsd-ports-gnome-1017e6485752da979505b7bf1624e64545cb0126.tar.gz freebsd-ports-gnome-1017e6485752da979505b7bf1624e64545cb0126.tar.zst freebsd-ports-gnome-1017e6485752da979505b7bf1624e64545cb0126.zip |
- remove do_nada from fetch target
Approved by: portmgr (blanket)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh_nls/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile index a1e4a53ca2eb..e6b004d93680 100644 --- a/shells/tcsh_nls/Makefile +++ b/shells/tcsh_nls/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.0 CATEGORIES= shells MASTER_SITES= # none DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= ume@FreeBSD.org COMMENT= Misc NLS catalogs for tcsh which requires libiconv @@ -57,9 +58,6 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \ uk_UA.KOI8-U:uk_UA.ISO8859-5 \ uk_UA.KOI8-U:uk_UA.UTF-8 \ -do-fetch: - @${DO_NADA} - do-install: @for i in ${NLS_CATALOGS}; do \ ${LN} -sf /usr/share/nls/$${i%%:*}/tcsh.cat \ |