1
0
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:
Antoine Brodin 2014-04-02 23:29:29 +00:00
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

View File

@ -3,6 +3,7 @@
PORTNAME= hawkvoice
PORTVERSION= 0.91
PORTREVISION= 1
CATEGORIES= audio devel
MASTER_SITES= http://www.hawksoft.com/download/files/
DISTNAME= HawkVoiceDI091src

View File

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