fix stray \n and :0 that snuck in

spotted by naddy@
This commit is contained in:
jasper 2017-08-10 01:51:19 +00:00
parent d52c9e62ca
commit 8897ffb905
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2017/08/09 15:35:51 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.3 2017/08/10 01:51:19 jasper Exp $
CATEGORIES ?= graphics/orthanc
@ -14,8 +14,7 @@ DISTNAME ?= Orthanc${PLUGIN}-${VERSION}
PKGNAME ?= orthanc-plugin-${PLUGIN:L}-${VERSION}
HOMEPAGE ?= http://www.orthanc-server.com/static.php?page=plugin-${PLUGIN:L}
MASTER_SITES ?=
http://www.orthanc-server.com/downloads/get.php\?path=/plugin-${PLUGIN:L}/
MASTER_SITES ?= http://www.orthanc-server.com/downloads/get.php\?path=/plugin-${PLUGIN:L}/
pre-configure:
sed -i 's,share/orthanc/plugins,libexec/orthanc/plugins,g' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2017/08/09 15:35:51 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2017/08/10 01:51:19 jasper Exp $
COMMENT = web viewer plugin for Orthanc
@ -12,7 +12,7 @@ PLUGIN_3RDPARTY = cornerstone-0.11.0.zip \
js-url-1.8.6.zip
DISTNAME = Orthanc${PLUGIN}-${VERSION}
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}:0
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX}
DISTFILES += ${PLUGIN_3RDPARTY:C/$/:1/}