Use DISTNAME, not DISTFILES.
Fix build. Submitted by: David Scheidt (WRKSRC part)
This commit is contained in:
parent
299b0631e5
commit
cb242f69b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135605
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,7 @@ PORTNAME= electricsheep
|
|||
PORTVERSION= 2.6c
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://electricsheep.org/
|
||||
|
||||
DISTFILES= ${PORTNAME}-2.6.tar.gz
|
||||
DISTNAME= ${PORTNAME}-2.6
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
COMMENT= A nice distributed screensaver
|
||||
|
@ -26,6 +25,8 @@ RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
|||
RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-2.6
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
|
|
Loading…
Reference in a new issue