diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-14 09:11:55 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-14 09:11:55 +0000 |
commit | a0285a6e130314e84696cc703a790212b340dc74 (patch) | |
tree | d42c1ba64c95903a9bfc269bcb454e393ed71f1f /x11/wmbutton | |
parent | 98cb6577ba681946ce9e97a5f74abdf6eccdfd2f (diff) | |
download | ports-a0285a6e130314e84696cc703a790212b340dc74.tar.gz ports-a0285a6e130314e84696cc703a790212b340dc74.zip |
Updated my email address
Notes
Notes:
svn path=/head/; revision=20713
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> |