mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix stage symlinks
Reported by: stage-qa and poudriere With hat: portmgr
This commit is contained in:
parent
de831e2067
commit
f3333ba982
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349959
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= hawkvoice
|
||||
PORTVERSION= 0.91
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio devel
|
||||
MASTER_SITES= http://www.hawksoft.com/download/files/
|
||||
DISTNAME= HawkVoiceDI091src
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
- ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
- ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION)
|
||||
- ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so
|
||||
+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION)
|
||||
+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so
|
||||
+ ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION)
|
||||
+ ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so
|
||||
cp hvdi.h $(INCDIR)/hvdi.h
|
||||
chmod 644 $(INCDIR)/hvdi.h
|
||||
- @echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue