mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Fix package building errors.
PR: 13417 Submitted by: Ade Lovett <ade@lovett.com>
This commit is contained in:
parent
9f389bdc7d
commit
878ad6d18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21045
@ -11,7 +11,7 @@
|
||||
- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
|
||||
- mkinstalldirs $(prefix)/sounds
|
||||
- mkinstalldirs $(prefix)/levels
|
||||
+ if [ "X$(SOUNDSRV)" != "X"]; then \
|
||||
+ if [ "X$(SOUNDSRV)" != "X" ]; then \
|
||||
+ $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \
|
||||
+ fi
|
||||
+ ./mkinstalldirs $(prefix)/sounds
|
||||
|
Loading…
Reference in New Issue
Block a user