[Midnightbsd-cvs] mports [24236] trunk/textproc/opensp/Makefile: fix name. if it is mixed case, seems to have magus issues

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 8 12:51:18 EDT 2018


Revision: 24236
          http://svnweb.midnightbsd.org/mports/?rev=24236
Author:   laffer1
Date:     2018-09-08 12:51:18 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
fix name. if it is mixed case, seems to have magus issues

Modified Paths:
--------------
    trunk/textproc/opensp/Makefile

Modified: trunk/textproc/opensp/Makefile
===================================================================
--- trunk/textproc/opensp/Makefile	2018-09-08 16:48:17 UTC (rev 24235)
+++ trunk/textproc/opensp/Makefile	2018-09-08 16:51:18 UTC (rev 24236)
@@ -1,9 +1,10 @@
 # $MidnightBSD$
 
-PORTNAME=	OpenSP
+PORTNAME=	opensp
 PORTVERSION=	1.5.2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/openjade/${PORTNAME:tl}/${PORTVERSION}
+DISTFILES=	OpenSP-${PORTVERSION}.tar.gz
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	This package is a collection of SGML/XML tools called OpenSP
@@ -20,6 +21,8 @@
 		--datadir=${PREFIX}/share/sgml/openjade \
 		--disable-doc-build
 
+WRKSRC=		${WRKDIR}/OpenSP-${PORTVERSION}
+
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls



More information about the Midnightbsd-cvs mailing list