summaryrefslogtreecommitdiff
path: root/x11-wm/oroborus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/oroborus/Makefile')
-rw-r--r--x11-wm/oroborus/Makefile15
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>