mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9fa8d14cc8
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>
22 lines
567 B
Plaintext
22 lines
567 B
Plaintext
*** Makefile.orig Sat Sep 18 15:34:54 1999
|
|
--- Makefile Sat Sep 18 15:35:29 1999
|
|
***************
|
|
*** 39,46 ****
|
|
|
|
install::
|
|
@echo
|
|
! @echo " Installation complete. To customize, copy /etc/xmp.conf to"
|
|
! @echo " \$$HOME/.xmp/xmp.conf and /etc/xmp-modules.conf to \$$HOME/.xmp/modules.conf"
|
|
@echo
|
|
|
|
uninstall:
|
|
--- 39,46 ----
|
|
|
|
install::
|
|
@echo
|
|
! @echo " Installation complete. To customize, copy ${PREFIX}/etc/xmp.conf to"
|
|
! @echo " \$$HOME/.xmp/xmp.conf and ${PREFIX}/etc/xmp-modules.conf to \$$HOME/.xmp/modules.conf"
|
|
@echo
|
|
|
|
uninstall:
|