mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00: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
@ -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…
Reference in New Issue
Block a user