diff options
Diffstat (limited to 'x11/xvattr')
-rw-r--r-- | x11/xvattr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index e28d1115b4e3..951f6b4bd4fe 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -28,7 +28,7 @@ GTK1_USE_OFF= GNOME=gtk20 GTK1_VARS_OFF= GTK_PC=gtk+-2.0 post-extract: - @${RM} -f ${WRKSRC}/getopt.h + @${RM} ${WRKSRC}/getopt.h do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} \ |