diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 01:09:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 01:09:24 +0800 |
commit | fee88887f27f282eb64b38918f0269a4c38b828d (patch) | |
tree | 8532a31246aaf5790fc290021ef16cf70239c0f7 /russian | |
parent | 7f3b4418beb8f9d8a289006c4114e8038e891521 (diff) | |
download | freebsd-ports-gnome-fee88887f27f282eb64b38918f0269a4c38b828d.tar.gz freebsd-ports-gnome-fee88887f27f282eb64b38918f0269a4c38b828d.tar.zst freebsd-ports-gnome-fee88887f27f282eb64b38918f0269a4c38b828d.zip |
Remove second MAINTAINER entry and portlint.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/koi8r-ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/koi8r-ps/Makefile b/russian/koi8r-ps/Makefile index ed846d4a8507..67ecb8a43728 100644 --- a/russian/koi8r-ps/Makefile +++ b/russian/koi8r-ps/Makefile @@ -20,7 +20,7 @@ DIST_SUBDIR= koi8r-ps .if !defined(FONTMAP) FONTMAP!= if which gs > /dev/null 2>&1 ; then \ - d=`gs -h | awk '/^Search path:$$/ { nl=1; next } \ + d=`gs -h | ${AWK} '/^Search path:$$/ { nl=1; next } \ nl { print $$3; exit }'`; \ if [ -e $$d/Fontmap ] ; then \ ${ECHO} $$d/Fontmap; \ @@ -33,8 +33,6 @@ FONTMAP!= if which gs > /dev/null 2>&1 ; then \ fi .endif -MAINTAINER= mi@aldan.algebra.com - NO_PACKAGE= Nothing to build, configurations only NO_WRKSUBDIR= Yes |