diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-17 21:07:44 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-17 21:07:44 +0000 |
commit | 626fd597cd98b5fad85a23e7a6cb3a54486e07e9 (patch) | |
tree | d0747423bd065909b48c3f30d596702926eb3e33 /x11-fm | |
parent | 1da0d8ca92e2bf75848a88643ac814bea0941694 (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rodent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index a0567538453f..a5f87a8b374f 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -6,8 +6,8 @@ PORTVERSION= 4.8.0 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION}/ -MAINTAINER= bsd@tuxproject.de -COMMENT= A fast, small and powerful file manager +MAINTAINER= rodrigo@bebik.net +COMMENT= Fast, small and powerful file manager LICENSE= GPLv3 @@ -21,9 +21,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \ magic:${PORTSDIR}/sysutils/file +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes |