1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/gbackground/files/patch-aa
Neil Blakey-Milner 9e0c87ea9d Add gbackground, a gnome panel applet that can change your background
randomly and other fun stuff.

PR:		ports/18416
Submitted by:	Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-07-31 13:23:07 +00:00

24 lines
621 B
Plaintext

*** Makefile.in.orig Sat May 6 14:00:46 2000
--- Makefile.in Sat May 6 14:01:49 2000
***************
*** 27,35 ****
install: $(TARGET) $(TARGET).gnorba $(TARGET).desktop
strip -sv $(TARGET)
! cp $(TARGET) $(BINDIR)
! cp $(TARGET).gnorba $(GNORBADIR)
! cp $(TARGET).desktop $(DESKTOPDIR)
clean:
@rm -f *.o core $(TARGET)
--- 27,35 ----
install: $(TARGET) $(TARGET).gnorba $(TARGET).desktop
strip -sv $(TARGET)
! ${INSTALL_PROGRAM} $(TARGET) $(BINDIR)
! ${INSTALL_DATA} $(TARGET).gnorba $(GNORBADIR)
! ${INSTALL_DATA} $(TARGET).desktop $(DESKTOPDIR)
clean:
@rm -f *.o core $(TARGET)