diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 11:08:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 11:08:23 +0000 |
commit | c936728d32d249ab0851c493e8b5cd43415a8f7d (patch) | |
tree | faef9a9b7ab17ea082544498d8d9263eedd1cdc7 /x11-wm/oroborus/Makefile | |
parent | ab3f22ef3e56f555331b286c2843f0c66a8b036d (diff) |
Notes
Diffstat (limited to 'x11-wm/oroborus/Makefile')
-rw-r--r-- | x11-wm/oroborus/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index aa34da61c92e..47c316fcb882 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oroborus -PORTVERSION= 1.10 +PORTVERSION= 1.11.1 CATEGORIES= x11-wm MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/ DISTNAME= ${PORTNAME}-src-v${PORTVERSION} @@ -18,17 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_XPM= yes USE_X_PREFIX= yes USE_GMAKE= yes - -do-install: - ${MKDIR} ${PREFIX}/share/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${WRKSRC}/install_rc ${PREFIX}/share/${PORTNAME}/pixmaps/default > \ - ${WRKDIR}/${PORTNAME}rc - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}rc ${PREFIX}/share/${PORTNAME} -.for dir in agua default defold mac next win95 - ${MKDIR} ${PREFIX}/share/${PORTNAME}/pixmaps/${dir} - ${INSTALL_DATA} ${WRKSRC}/pixmaps/${dir}/[^.]* \ - ${PREFIX}/share/${PORTNAME}/pixmaps/${dir} -.endfor +MAKE_ENV= MKDIR="${MKDIR}" .include <bsd.port.mk> |