diff options
Diffstat (limited to 'x11-wm/wmcp/Makefile')
-rw-r--r-- | x11-wm/wmcp/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile index fd556be14d81..be370986408a 100644 --- a/x11-wm/wmcp/Makefile +++ b/x11-wm/wmcp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmcp -# Version required: 1.2.6 +# Version required: 1.2.8 # Date created: 10 February 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.1.1.1 1999/03/30 18:46:36 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/09 16:56:14 steve Exp $ # -DISTNAME= wmcp-1.2.6 +DISTNAME= wmcp-1.2.8 CATEGORIES= misc windowmaker MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/ @@ -17,15 +17,13 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_GMAKE= yes USE_X_PREFIX= yes -.include <bsd.port.pre.mk> - pre-build: (cd ${WRKSRC} && ${GMAKE} clean) do-build: - (cd ${WRKSRC} && make) + (cd ${WRKSRC} && ${GMAKE}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |