Skip to content

Commit

Permalink
comms/snap7: Cleanup WRKSRC/DISTNAME using DISTVERSIONPREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
tobik authored and tobik committed Jan 6, 2019
1 parent 6639c61 commit 28a8ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comms/snap7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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= [email protected]
Expand All @@ -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"
Expand Down

0 comments on commit 28a8ec6

Please sign in to comment.