diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-01 00:12:42 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-01 00:12:42 +0000 |
commit | 6e118425f75d83251e120a3e4cce0203997b9905 (patch) | |
tree | df2b8196d40e72db5c85fbd710753c1c3d0ec46b /german/steak | |
parent | 5f5964cdff6453023307b535614e354b1271b1b4 (diff) |
- Drop maintainership
PR: ports/147258
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=255423
Diffstat (limited to 'german/steak')
-rw-r--r-- | german/steak/Makefile | 3 | ||||
-rw-r--r-- | german/steak/pkg-plist | 40 |
2 files changed, 21 insertions, 22 deletions
diff --git a/german/steak/Makefile b/german/steak/Makefile index b2df268382dd..709dff89f3be 100644 --- a/german/steak/Makefile +++ b/german/steak/Makefile @@ -11,10 +11,9 @@ PORTREVISION= 6 CATEGORIES= german MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Steak%20${PORTVERSION} \ http://www.tm.informatik.uni-frankfurt.de/%7Erazi/steak/program/ - DISTNAME= Steak.${PORTVERSION} -MAINTAINER= h.eichmann@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= An english <-> german dictionary under the GPL RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/german/steak/pkg-plist b/german/steak/pkg-plist index 064ed51889ea..0a8ce5f781e3 100644 --- a/german/steak/pkg-plist +++ b/german/steak/pkg-plist @@ -1,22 +1,22 @@ bin/steak %%NOXSTEAK:%%bin/xsteak -share/steak/iso2txt -share/steak/poll -share/steak/printbuffer -share/steak/spacefilter -share/steak/Datensatz/README -share/steak/Datensatz/datenbankaktualisieren.sh -share/steak/Datensatz/ger-eng.txt -share/steak/Datensatz/insert_my_words.txt -share/steak/README -share/steak/README.eng -share/steak/help.txt -share/steak/ksteak.xpm -share/steak/mini-ksteak.xpm -share/steak/pinguin_steak_icon_old.xpm -share/steak/mini_steak_icon.xpm -share/steak/pinguin_steak_icon.xpm -share/steak/.Steakconfig -share/steak/steak.xpm -@dirrm share/steak/Datensatz -@dirrm share/steak +%%DATADIR%%/iso2txt +%%DATADIR%%/poll +%%DATADIR%%/printbuffer +%%DATADIR%%/spacefilter +%%DATADIR%%/Datensatz/README +%%DATADIR%%/Datensatz/datenbankaktualisieren.sh +%%DATADIR%%/Datensatz/ger-eng.txt +%%DATADIR%%/Datensatz/insert_my_words.txt +%%DATADIR%%/README +%%DATADIR%%/README.eng +%%DATADIR%%/help.txt +%%DATADIR%%/ksteak.xpm +%%DATADIR%%/mini-ksteak.xpm +%%DATADIR%%/pinguin_steak_icon_old.xpm +%%DATADIR%%/mini_steak_icon.xpm +%%DATADIR%%/pinguin_steak_icon.xpm +%%DATADIR%%/.Steakconfig +%%DATADIR%%/steak.xpm +@dirrm %%DATADIR%%/Datensatz +@dirrm %%DATADIR%% |