1
0
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:
Jim Mock 1999-08-28 00:42:58 +00:00
parent 9f389bdc7d
commit 878ad6d18b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21045

View File

@ -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