diff options
-rw-r--r-- | x11-themes/openbox-themes/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/obconf/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/obtuner/Makefile | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/openbox-themes/Makefile b/x11-themes/openbox-themes/Makefile index 704d54204e6b..938076cdfec9 100644 --- a/x11-themes/openbox-themes/Makefile +++ b/x11-themes/openbox-themes/Makefile @@ -7,6 +7,7 @@ PORTNAME= openbox-themes PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= novel @@ -23,7 +24,7 @@ WRKSRC= ${PORTNAME}-${PORTVERSION} do-install: @for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \ - ${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/openbox/themes/; \ + ${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/themes/; \ done .include <bsd.port.mk> diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index 0862734d6b1e..b6d44ef8f08d 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= obconf PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://tr.openmonkey.com/files/obconf/ @@ -14,7 +15,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - obparser.2:${PORTSDIR}/x11-wm/openbox + obparser.4:${PORTSDIR}/x11-wm/openbox USE_X_PREFIX= yes USE_GNOME= gnomehier gnometarget libglade2 diff --git a/x11-wm/obtuner/Makefile b/x11-wm/obtuner/Makefile index 0e4a028b160f..8fcd643f1b80 100644 --- a/x11-wm/obtuner/Makefile +++ b/x11-wm/obtuner/Makefile @@ -7,6 +7,7 @@ PORTNAME= obtuner PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |