diff options
Diffstat (limited to 'graphics/potracegui/Makefile')
-rw-r--r-- | graphics/potracegui/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/potracegui/Makefile b/graphics/potracegui/Makefile index 556670a4c53f..a214471cda7a 100644 --- a/graphics/potracegui/Makefile +++ b/graphics/potracegui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= potracegui -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,9 +22,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -post-extract: - @${RM} ${WRKSRC}/src/*.o - post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} |