diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-30 01:52:30 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-30 01:52:30 +0000 |
commit | 56c843dca8058da8a3a37e08bd801a5778262722 (patch) | |
tree | 89fef743e948d5ce9e3492a9cd0f86340a54c94b /shells/zoidberg | |
parent | c945d33d06bd43304f2b2446860f701f5e85c9ea (diff) | |
download | ports-56c843dca8058da8a3a37e08bd801a5778262722.tar.gz ports-56c843dca8058da8a3a37e08bd801a5778262722.zip |
Notes
Diffstat (limited to 'shells/zoidberg')
-rw-r--r-- | shells/zoidberg/Makefile | 10 | ||||
-rw-r--r-- | shells/zoidberg/pkg-plist | 48 |
2 files changed, 31 insertions, 27 deletions
diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile index 0b70511637c5..6b2a3199e9da 100644 --- a/shells/zoidberg/Makefile +++ b/shells/zoidberg/Makefile @@ -8,9 +8,10 @@ PORTNAME= zoidberg PORTVERSION= 0.96 +PORTREVISION= 1 CATEGORIES= shells perl5 -MASTER_SITES= CPAN \ - http://zoidberg.student.utwente.nl/downloads/Zoidberg/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS DISTNAME= Zoidberg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -23,11 +24,10 @@ RUN_DEPENDS= ${SITE_PERL}/Exporter/Tidy.pm:${PORTSDIR}/devel/p5-Exporter-Tidy \ ${SITE_PERL}/Term/ReadLine/Zoid.pm:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \ ${SITE_PERL}/Env/PS1.pm:${PORTSDIR}/devel/p5-Env-PS1 -BROKEN= does not package - PERL_MODBUILD= yes CONFIGURE_ARGS= install_path=doc="${DOCSDIR}" \ - install_path=share="${DATADIR}" + install_path=share="${DATADIR}" \ + install_path=share="${ETCDIR}" PORTDOCS= * diff --git a/shells/zoidberg/pkg-plist b/shells/zoidberg/pkg-plist index 063d711a2d1e..d03fd9a79a30 100644 --- a/shells/zoidberg/pkg-plist +++ b/shells/zoidberg/pkg-plist @@ -1,7 +1,14 @@ bin/zoid -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells ; rm -f /etc/shells.bak -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells ; rm -f /etc/shells.bak -etc/zoidrc +etc/zoidberg/AppInfo.xml +etc/zoidberg/pixmaps/zoid16.png +etc/zoidberg/pixmaps/zoid32.png +etc/zoidberg/pixmaps/zoid64.png +etc/zoidberg/pixmaps/zoid70.png +etc/zoidberg/plugins/CPAN.pm +etc/zoidberg/plugins/Commands.pl +etc/zoidberg/plugins/Intel.pl +etc/zoidberg/plugins/Log.pl +etc/zoidberg/plugins/ReadLine.pl %%SITE_PERL%%/Bundle/Zoidberg.pm %%SITE_PERL%%/Zoidberg.pm %%SITE_PERL%%/Zoidberg/Contractor.pm @@ -61,25 +68,22 @@ etc/zoidrc %%SITE_PERL%%/auto/Zoidberg/Fish/Intel/list_users.al %%SITE_PERL%%/auto/Zoidberg/Fish/Log/autosplit.ix %%SITE_PERL%%/auto/Zoidberg/Fish/Log/fc.al -@dirrm %%SITE_PERL%%/Zoidberg/Fish -@dirrm %%SITE_PERL%%/Zoidberg/Utils -@dirrm %%SITE_PERL%%/Zoidberg -@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Commands -@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Intel @dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Log +@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Intel +@dirrm %%SITE_PERL%%/auto/Zoidberg/Fish/Commands @dirrm %%SITE_PERL%%/auto/Zoidberg/Fish @dirrm %%SITE_PERL%%/auto/Zoidberg -@dirrmtry %%SITE_PERL%%/Bundle -%%DATADIR%%/AppInfo.xml -%%DATADIR%%/pixmaps/zoid16.png -%%DATADIR%%/pixmaps/zoid32.png -%%DATADIR%%/pixmaps/zoid64.png -%%DATADIR%%/pixmaps/zoid70.png -%%DATADIR%%/plugins/CPAN.pm -%%DATADIR%%/plugins/Commands.pl -%%DATADIR%%/plugins/Intel.pl -%%DATADIR%%/plugins/Log.pl -%%DATADIR%%/plugins/ReadLine.pl -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%% +@dirrm %%SITE_PERL%%/auto +@dirrm %%SITE_PERL%%/Zoidberg/Utils +@dirrm %%SITE_PERL%%/Zoidberg/Fish +@dirrm %%SITE_PERL%%/Zoidberg +@dirrm %%SITE_PERL%%/Bundle +@dirrm %%SITE_PERL%% +@dirrm lib/perl5/site_perl +@dirrm lib/perl5/%%PERL_VER%%/man/man3 +@dirrm lib/perl5/%%PERL_VER%%/man +@dirrm lib/perl5/%%PERL_VER%% +@dirrm lib/perl5 +@dirrm etc/zoidberg/plugins +@dirrm etc/zoidberg/pixmaps +@dirrm etc/zoidberg |