mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a1556bb714
- The PR implemented the sound option as a new moon-buggy-esound port, which I converted to the WITH_ESOUND option (that sets PKGNAMESUFFIX) [1] Submitted by: Ralf Becker <ralf@akk.org> (maintainer) Approved by: maintainer timeout (12 days) [1] PR: ports/81667
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
--- configure.ac Mon May 30 13:36:12 2005
|
|
+++ configure.ac.orig Mon May 30 13:35:21 2005
|
|
@@ -67,7 +67,7 @@
|
|
|
|
AM_CONDITIONAL(short_getopt, test "x$ac_cv_func_getopt_long" != xyes)
|
|
|
|
-SOUND_DIR='$(datadir)/sounds/moon-buggy'
|
|
+SOUND_DIR='$(datadir)/moon-buggy'
|
|
AC_SUBST(SOUND_DIR)
|
|
|
|
AC_CONFIG_FILES([Makefile])
|