diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-29 11:09:47 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-29 11:09:47 +0000 |
commit | 5e5cf3b0b0829cfef0c1f976e4ba18daf10f15b9 (patch) | |
tree | 9f1d454d9f8c3eda68300a93058bea2c2fe0a2bc /x11-wm/enlightenment-devel/Makefile | |
parent | Update to 1.9.8 (diff) |
Update to 0.16.1
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 7c6488801ae2..9c44d1875814 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: enlightenment -# Version required: 0.16.0 +# Version required: 0.16.1 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= enlightenment-0.16.0 +DISTNAME= enlightenment-0.16.1 CATEGORIES= x11-wm gnome MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ @@ -30,6 +30,8 @@ CONFIGURE_ARGS= --enable-fsstd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" +MAN1= enlightenment.1 + post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes |