diff options
Diffstat (limited to 'x11-clocks/pclock/Makefile')
-rw-r--r-- | x11-clocks/pclock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile index 879dbc127404..ef50ce992f11 100644 --- a/x11-clocks/pclock/Makefile +++ b/x11-clocks/pclock/Makefile @@ -19,7 +19,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OBJS="Main.o Graphics.o" \ LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}" post-extract: - cd ${WRKSRC} && ${RM} -f getopt* + cd ${WRKSRC} && ${RM} getopt* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pclock ${STAGEDIR}${PREFIX}/bin |