openbsd-ports/graphics/xzgv/patches/patch-src_Makefile
jasper f020fdfa81 - update xzgv to 0.9
* this makes this port switch to gtk+2, and get ride of ancient gtk+1
- update ${HOMEPAGE} and ${MASTER_SITES}

from Julian Leyh (MAINTAINER), thanks
2009-03-06 08:54:22 +00:00

16 lines
413 B
Plaintext

$OpenBSD: patch-src_Makefile,v 1.3 2009/03/06 08:54:22 jasper Exp $
--- src/Makefile.orig Wed Oct 22 09:06:32 2008
+++ src/Makefile Wed Oct 22 09:07:32 2008
@@ -28,9 +28,8 @@ xzgv: $(OBJS)
installdirs:
/bin/sh ../mkinstalldirs $(BINDIR)
-install: xzgv installdirs
- install xzgv $(BINDIR)
- chmod 755 $(BINDIR)/xzgv
+install: xzgv
+ $(BSD_INSTALL_PROGRAM) xzgv $(BINDIR)
uninstall:
$(RM) $(BINDIR)/xzgv