aboutsummaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-17 06:39:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-17 06:39:17 +0000
commited21dedab1decd662d6f44a22c229e7348eeb3f6 (patch)
tree866dee4ec6a6384e5223636fefdf936e7472345a /x11/gtk-theme-switch/Makefile
parent31f9c5c57fd55c3bb59b75468085ca0d6940d54b (diff)
downloadports-ed21dedab1decd662d6f44a22c229e7348eeb3f6.tar.gz
ports-ed21dedab1decd662d6f44a22c229e7348eeb3f6.zip
Update to 1.0.1.
Notes
Notes: svn path=/head/; revision=41500
Diffstat (limited to 'x11/gtk-theme-switch/Makefile')
-rw-r--r--x11/gtk-theme-switch/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile
index 648d4450163e..b6d87dd3d405 100644
--- a/x11/gtk-theme-switch/Makefile
+++ b/x11/gtk-theme-switch/Makefile
@@ -6,21 +6,22 @@
#
PORTNAME= gtk-theme-switch
-PORTVERSION= 0.4
+PORTVERSION= 1.0.1
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-
USE_X_PREFIX= yes
USE_GTK= yes
+USE_GMAKE= yes
+
+MAN1= switch.1
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/gtk-theme-switch
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/gtk-theme-switch
+ ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
.endif
.include <bsd.port.mk>