diff options
author | hoek <hoek@FreeBSD.org> | 1998-10-25 16:52:31 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-10-25 16:52:31 +0800 |
commit | c2a2ef54008155d0a8187af59a850eb4881e16ad (patch) | |
tree | 7a1c8807177afbd3f97483e0404860786bdbaee9 /java/kaffe/Makefile | |
parent | 95880d73e238c21ebd95de49e4da7d990f45ec15 (diff) | |
download | freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.tar.gz freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.tar.zst freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.zip |
Use pkg/MESSAGE for information the user needs to read after
installing the package but before executing the package. Include
the homepage in pkg/DESCR. portlint.
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r-- | java/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index e6af29b543bd..5a6aefda4684 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,13 +3,12 @@ # Date created: 20 February 1995 # Whom: Tim Wilkinson <tim@sarc.city.ac.uk> # -# $Id: Makefile,v 1.34 1998/09/15 11:46:00 asami Exp $ +# $Id: Makefile,v 1.35 1998/10/10 03:40:18 steve Exp $ # DISTNAME= kaffe-1.0.b2 CATEGORIES= lang MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/ -DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= xaa@xaa.iae.nl @@ -21,5 +20,6 @@ MAN1= kaffe.1 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe ${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |