remove trailing slash from DIST_SUBDIR; the combination of dpb -F and

clean-old-distfiles gets confused by // in distfile paths
This commit is contained in:
naddy 2015-09-23 21:37:14 +00:00
parent 3a96f3cfe3
commit b8486107fc
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile.inc,v 1.3 2015/09/17 12:18:46 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.4 2015/09/23 21:37:14 naddy Exp $
COMMENT = continuous integration server
DISTNAME = jenkins
EXTRACT_SUFX = .war
PKGNAME = jenkins-${VERSION}
DIST_SUBDIR = jenkins/${VERSION}/
DIST_SUBDIR = jenkins/${VERSION}
FILESDIR ?= ${.CURDIR}/../files
PKGDIR ?= ${.CURDIR}/../pkg
PLIST ?= ${.CURDIR}/pkg/PLIST

View File

@ -1,2 +1,2 @@
SHA256 (jenkins/1.629//jenkins.war) = t0sc1biHPwYFEGiT4GPdJAev3NH9UW5wNDFDhaxnYFw=
SIZE (jenkins/1.629//jenkins.war) = 63209042
SHA256 (jenkins/1.629/jenkins.war) = t0sc1biHPwYFEGiT4GPdJAev3NH9UW5wNDFDhaxnYFw=
SIZE (jenkins/1.629/jenkins.war) = 63209042

View File

@ -1,2 +1,2 @@
SHA256 (jenkins/1.609.3//jenkins.war) = 1QF/w9uKwRjc0owz6EFL0DbtI22AESdvaDoHRCKkxNA=
SIZE (jenkins/1.609.3//jenkins.war) = 69019876
SHA256 (jenkins/1.609.3/jenkins.war) = 1QF/w9uKwRjc0owz6EFL0DbtI22AESdvaDoHRCKkxNA=
SIZE (jenkins/1.609.3/jenkins.war) = 69019876