diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-03 07:29:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-03 07:29:29 +0800 |
commit | f33b5d46e13f16469298692fb97af4df78f81304 (patch) | |
tree | e7b2c7834fd74d48ca338fc34eabc9da62e7c5d0 | |
parent | c2762243c33c0737ee197bf0291f4e6f68903561 (diff) | |
download | freebsd-ports-gnome-f33b5d46e13f16469298692fb97af4df78f81304.tar.gz freebsd-ports-gnome-f33b5d46e13f16469298692fb97af4df78f81304.tar.zst freebsd-ports-gnome-f33b5d46e13f16469298692fb97af4df78f81304.zip |
Fix stage symlinks
Reported by: stage-qa and poudriere
With hat: portmgr
-rw-r--r-- | audio/hawkvoice/Makefile | 1 | ||||
-rw-r--r-- | audio/hawkvoice/files/patch-src_makefile.linux | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/hawkvoice/Makefile b/audio/hawkvoice/Makefile index c1f321f027c8..28a9114ef70a 100644 --- a/audio/hawkvoice/Makefile +++ b/audio/hawkvoice/Makefile @@ -3,6 +3,7 @@ PORTNAME= hawkvoice PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= audio devel MASTER_SITES= http://www.hawksoft.com/download/files/ DISTNAME= HawkVoiceDI091src diff --git a/audio/hawkvoice/files/patch-src_makefile.linux b/audio/hawkvoice/files/patch-src_makefile.linux index 40705a96b52a..2823f8d3eec6 100644 --- a/audio/hawkvoice/files/patch-src_makefile.linux +++ b/audio/hawkvoice/files/patch-src_makefile.linux @@ -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 "" |