svn commit: r489495 - head/comms/snap7

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 13:50:38 UTC 2019


Author: tobik
Date: Sun Jan  6 13:50:37 2019
New Revision: 489495
URL: https://svnweb.freebsd.org/changeset/ports/489495

Log:
  comms/snap7: Cleanup WRKSRC/DISTNAME using DISTVERSIONPREFIX

Modified:
  head/comms/snap7/Makefile

Modified: head/comms/snap7/Makefile
==============================================================================
--- head/comms/snap7/Makefile	Sun Jan  6 13:33:31 2019	(r489494)
+++ head/comms/snap7/Makefile	Sun Jan  6 13:50:37 2019	(r489495)
@@ -3,9 +3,9 @@
 
 PORTNAME=	snap7
 PORTVERSION=	1.4.2
+DISTVERSIONPREFIX=	full-
 CATEGORIES=	comms
 MASTER_SITES=	SF/snap7/${PORTVERSION}
-DISTNAME=	${PORTNAME}-full-${PORTVERSION}
 EXTRACT_SUFX=	.7z
 
 MAINTAINER=	vova at fbsd.ru
@@ -18,7 +18,6 @@ ONLY_FOR_ARCHS=	amd64 armv6 i386 mips
 USES=		gmake
 USE_LDCONFIG=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-full-${PORTVERSION}
 WRKSRC_SUBDIR=	build/unix
 
 MAKE_ARGS=	CC=${CC} CXX=${CXX} LinkerName=${CXX} SharedObjectLinkerName="${CXX} -shared -fPIC"


More information about the svn-ports-all mailing list