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 PORTNAME= hawkvoice
PORTVERSION= 0.91 PORTVERSION= 0.91
PORTREVISION= 1
CATEGORIES= audio devel CATEGORIES= audio devel
MASTER_SITES= http://www.hawksoft.com/download/files/ MASTER_SITES= http://www.hawksoft.com/download/files/
DISTNAME= HawkVoiceDI091src 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).$(MINOR_VERSION)
- ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION) - ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION)
- ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so - ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so
+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION) + ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION)
+ ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so + ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so
cp hvdi.h $(INCDIR)/hvdi.h cp hvdi.h $(INCDIR)/hvdi.h
chmod 644 $(INCDIR)/hvdi.h chmod 644 $(INCDIR)/hvdi.h
- @echo "" - @echo ""