diff options
author | jim <jim@FreeBSD.org> | 1999-08-14 17:11:55 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-08-14 17:11:55 +0800 |
commit | d8397bf392d95536c8abb368e4e23f7ae84c2871 (patch) | |
tree | 085756d0063685f451274a2403a995b93e49b233 /x11/wmbutton | |
parent | 72e279c85db109bc9cd137b143ba0000777c70cb (diff) | |
download | freebsd-ports-gnome-d8397bf392d95536c8abb368e4e23f7ae84c2871.tar.gz freebsd-ports-gnome-d8397bf392d95536c8abb368e4e23f7ae84c2871.tar.zst freebsd-ports-gnome-d8397bf392d95536c8abb368e4e23f7ae84c2871.zip |
Updated my email address
Diffstat (limited to 'x11/wmbutton')
-rw-r--r-- | x11/wmbutton/Makefile | 24 | ||||
-rw-r--r-- | x11/wmbutton/pkg-descr | 2 |
2 files changed, 10 insertions, 16 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile index f35da4dfdc9d..14154adb4982 100644 --- a/x11/wmbutton/Makefile +++ b/x11/wmbutton/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: wmbutton # Version required: 0.4 # Date created: 10 Apr 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/11 12:53:10 jseger Exp $ # DISTNAME= wmbutton-0.4 CATEGORIES= x11 windowmaker MASTER_SITES= http://www-personal.ksu.edu/~ehflora/wmbutton/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -23,19 +23,13 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin post-install: - @${ECHO} " " - @${ECHO} "----------------------------------------------------------------------" - @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" - @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" - @${ECHO} "----------------------------------------------------------------------" + @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" + @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" @${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton - ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton - @${ECHO} " " - @${ECHO} "-----------------------------------------------------------" - @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" - @${ECHO} "===> Please read it for usage instructions" - @${ECHO} "-----------------------------------------------------------" + #${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton + @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" + @${ECHO} "===> Please read it for usage instructions" @${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton .include <bsd.port.mk> diff --git a/x11/wmbutton/pkg-descr b/x11/wmbutton/pkg-descr index c266b93a2c70..d987eead64ba 100644 --- a/x11/wmbutton/pkg-descr +++ b/x11/wmbutton/pkg-descr @@ -6,4 +6,4 @@ by Ben Cohen. WWW: http://www-personal.ksu.edu/~ehflora/wmbutton/index.html -- Jim <jim@phrantic.phear.net> +- Jim <jim@FreeBSD.org> |