diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
commit | a6383cf6b518bd966957825741ae9aadce5ba6b8 (patch) | |
tree | 42d8daf674429ddcd6d8c7703d0d46e7553c687b /polish | |
parent | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (diff) | |
download | ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.gz ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/gimp-help/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/polish/Makefile b/polish/Makefile index 15aabad1f4c0..e1030d6eb8d9 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -8,7 +8,6 @@ SUBDIR += ekg SUBDIR += ekg2 SUBDIR += fortunepl - SUBDIR += gimp-help SUBDIR += gnugadu2 SUBDIR += hunspell SUBDIR += hyphen diff --git a/polish/gimp-help/Makefile b/polish/gimp-help/Makefile deleted file mode 100644 index cfd42befa522..000000000000 --- a/polish/gimp-help/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# $FreeBSD$ - -CATEGORIES= polish graphics - -MAINTAINER= liangtai.s4@gmail.com -COMMENT= The GIMP User Manual in Polish - -MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en - -DOCLANG= pl -AMPLE= "@comment " - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |