1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 0.0.7

PR:		ports/64894
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-03-29 14:21:05 +00:00
parent 76602513f7
commit c2ffb5ed6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105613
3 changed files with 8 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
PORTVERSION= 0.0.6
PORTVERSION= 0.0.7
CATEGORIES= x11-fm
MASTER_SITES= http://dasui.prima.de/~tooar/

View File

@ -1,2 +1,2 @@
MD5 (emelfm2-0.0.6.tar.gz) = adeb714cce330fa3d6ea7e41e6a9e017
SIZE (emelfm2-0.0.6.tar.gz) = 215093
MD5 (emelfm2-0.0.7.tar.gz) = 4f060460537f841a0321c644211c1fa7
SIZE (emelfm2-0.0.7.tar.gz) = 222953

View File

@ -1,21 +1,16 @@
--- Makefile.orig Fri Feb 27 11:23:08 2004
+++ Makefile Wed Mar 3 16:32:42 2004
@@ -78,9 +78,6 @@
@@ -79,13 +79,6 @@
lLIBS_CFLAGS += -shared -fPIC -DPIC
lLDFLAGS = $(LDFLAGS)
lLDFLAGS += `pkg-config --libs gtk+-2.0`
-ifeq ($(OPSY),FreeBSD)
-#FIXME: is there a better way to do that?
-OSREL = $(shell sysctl -n kern.osreldate)
-ifneq ($(shell awk 'BEGIN { if ($(OSREL) < 500041) print "yes" }'), "")
-lLDFLAGS += -lgnugetopt
-endif
-endif
# gthread-2.0
.PHONY: all plugins install install_plugins uninstall uninstall_plugins doc clean dist-src dist-bin dist dist-pre deps marshals test test2
@@ -92,7 +89,7 @@
install: all install_plugins
@echo "installing $(TARGET) to prefix '$(PREFIX)'"
- @install -D -c -s -m 755 $(TARGET) $(BIN_DIR)/$(TARGET)
+ @install -c -s -m 755 $(TARGET) $(BIN_DIR)/$(TARGET)
@install -d $(ICON_DIR)
@for file in `ls icons/ |grep -v CVS`; do \
install -c -m 644 icons/$$file $(ICON_DIR); \