diff options
Diffstat (limited to 'graphics/ppsei/Makefile')
-rw-r--r-- | graphics/ppsei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ppsei/Makefile b/graphics/ppsei/Makefile index 09463579f9cf..55bfbc5860f4 100644 --- a/graphics/ppsei/Makefile +++ b/graphics/ppsei/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ppsei -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -16,7 +16,7 @@ MAINTAINER= romain@FreeBSD.org COMMENT= PowerPoint images extractor PLIST_FILES= bin/${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME} do-build: @(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) |