diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 2000-02-13 21:27:56 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 2000-02-13 21:27:56 +0000 |
commit | 95bd4e93b79fdfdd55e0e47409583681687572e3 (patch) | |
tree | a34796566ef167ed425448fc6daa4718f4db5a0f /net-mgmt/cricket/Makefile | |
parent | 93aa7b501831458ba36e8da2a2889231179fb817 (diff) | |
download | ports-95bd4e93b79fdfdd55e0e47409583681687572e3.tar.gz ports-95bd4e93b79fdfdd55e0e47409583681687572e3.zip |
I forgot to update the files on freefall before the import.
Some changes in packaging (esp. setting NO_PACKAGE ;-)
Notes
Notes:
svn path=/head/; revision=25781
Diffstat (limited to 'net-mgmt/cricket/Makefile')
-rw-r--r-- | net-mgmt/cricket/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 4f00c31517d6..c6f6f94ee422 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/LWP. RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +NO_PACKAGE= "needs customization" + USE_PERL5= yes FETCH_BEFORE_ARGS= -b @@ -31,4 +33,11 @@ do-install: @${CP} -R ${WRKSRC}/* ${PREFIX}/cricket @find ${PREFIX}/cricket -name \*.orig -or -name \*.bak | xargs ${RM} -f +post-install: + @${ECHO} "" + @${ECHO} "Cricket has been installed in ${PREFIX}/cricket. You'll find" + @${ECHO} "executables and configfiles there. Please take a look at" + @${ECHO} "http://www.munitions.com/~jra/cricket/. The documentation can" + @${ECHO} "be found in ${PREFIX}/cricket/doc/ too." + .include <bsd.port.mk> |