diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /deskutils/dlume | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'deskutils/dlume')
-rw-r--r-- | deskutils/dlume/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index f92f47a9fe07..e5700fb5f3d6 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -7,7 +7,7 @@ PORTNAME= dlume PORTVERSION= 0.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= http://clay.ll.pl/download/ @@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/dlume share/gnome/pixmaps/dlume.png +PLIST_FILES= bin/dlume share/pixmaps/dlume.png post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in |