diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-30 01:09:23 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-30 01:09:23 +0800 |
commit | 8a021be9981914af0a55259b9b3afbaf0cc7846d (patch) | |
tree | 6f765ee0cc788fb9fddee4f5b52499f9dba75226 /misc/wmcp/Makefile | |
parent | 677f233087b56d6d015035f92588995ca7ec40fa (diff) | |
download | freebsd-ports-gnome-8a021be9981914af0a55259b9b3afbaf0cc7846d.tar.gz freebsd-ports-gnome-8a021be9981914af0a55259b9b3afbaf0cc7846d.tar.zst freebsd-ports-gnome-8a021be9981914af0a55259b9b3afbaf0cc7846d.zip |
Update to 1.2.8
PR: 12443
Submitted by: maintainer
Diffstat (limited to 'misc/wmcp/Makefile')
-rw-r--r-- | misc/wmcp/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile index fd556be14d81..be370986408a 100644 --- a/misc/wmcp/Makefile +++ b/misc/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> |