diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-09-09 09:32:56 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-09-09 09:32:56 +0000 |
commit | 7f91aad04aadb107e8a8abd28594e577a2cd3d96 (patch) | |
tree | 3a55543f25d89fc447c7cfb76f13328dc72e6b7d /x11-fm | |
parent | 16c42380a7497819b8f2d3fa9852337a03886b8f (diff) | |
download | FreeBSD-ports-7f91aad04aadb107e8a8abd28594e577a2cd3d96.zip FreeBSD-ports-7f91aad04aadb107e8a8abd28594e577a2cd3d96.tar.gz |
- Update to version 0.99.8
- Add WWW: line into pkg/DESCR
PR: 21121
Submitted by: Ports Fury
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dfm/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/dfm/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/dfm/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 07cbbe5..ad2799b 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= dfm -PORTVERSION= 0.99.6 +PORTVERSION= 0.99.8 CATEGORIES= x11-fm -MASTER_SITES= http://linux.tucows.com/files/x11/file/ +MASTER_SITES= http://dfm.online.de/ MAINTAINER= ports@FreeBSD.org @@ -22,7 +22,8 @@ USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" + CONFIGURE_ARGS= --disable-gtktest --disable-imlibtest MAN1= dfm.1x diff --git a/x11-fm/dfm/distinfo b/x11-fm/dfm/distinfo index 6f85718..0093e7e 100644 --- a/x11-fm/dfm/distinfo +++ b/x11-fm/dfm/distinfo @@ -1 +1 @@ -MD5 (dfm-0.99.6.tar.gz) = 2b8b2bacba0d9a7501d4ab4c401901a5 +MD5 (dfm-0.99.8.tar.gz) = 6717a24ec363d34d9a48607ff54763da diff --git a/x11-fm/dfm/pkg-descr b/x11-fm/dfm/pkg-descr index b2c1de7..2fec75bc 100644 --- a/x11-fm/dfm/pkg-descr +++ b/x11-fm/dfm/pkg-descr @@ -13,3 +13,5 @@ Here are some features: * Offix DND support * Detail View / Structure View * ... + +WWW: http://dfm.online.de/ |