1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/audio/xmp/files/patch-ab
Chris Piazza 9fa8d14cc8 Import of xmp.
Xmp is the "eXtended Module Player".  It supports many of the
Amiga and PC module formats -- currently 47 of them and runs with
little system load.

PR:		13805
Submitted by:	Anders Nordby <anders@fix.no>
1999-09-18 20:46:21 +00:00

20 lines
664 B
Plaintext

*** etc/Makefile.orig Sat Sep 18 14:29:28 1999
--- etc/Makefile Sat Sep 18 14:29:39 1999
***************
*** 21,27 ****
@if [ -f /etc/xmp-modules.conf]; then \
mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
fi
! $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
xmp.spec: xmp.spec.in ../Makefile.rules
cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@
--- 21,27 ----
@if [ -f /etc/xmp-modules.conf]; then \
mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
fi
! $(INSTALL) -m644 xmp.conf xmp-modules.conf $(PREFIX)/etc
xmp.spec: xmp.spec.in ../Makefile.rules
cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@