summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/aterm/Makefile6
-rw-r--r--x11/aterm/pkg-descr4
-rw-r--r--x11/wmbutton/Makefile24
-rw-r--r--x11/wmbutton/pkg-descr2
4 files changed, 16 insertions, 20 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index b214ca79a135..8a3a429cb9e6 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: aterm
# Version required: 0.3.6
# Date created: 17 January 1999
-# Whom: Jim Mock <jim@phrantic.phear.net>
+# Whom: Jim Mock <jim@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1999/05/09 16:19:47 steve Exp $
+# $Id: Makefile,v 1.5 1999/05/16 23:32:25 steve Exp $
#
DISTNAME= aterm-0.3.6
@@ -11,7 +11,7 @@ CATEGORIES= x11
MASTER_SITES= http://members.xoom.com/sashav/aterm/ \
http://www.tigr.net/afterstep/as-apps/download/aterm/
-MAINTAINER= jim@phrantic.phear.net
+MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
diff --git a/x11/aterm/pkg-descr b/x11/aterm/pkg-descr
index 8993c0956cde..da5bb80e97f3 100644
--- a/x11/aterm/pkg-descr
+++ b/x11/aterm/pkg-descr
@@ -4,4 +4,6 @@ additions for fast transparency.
It was created with AfterStep users in mind, but is not tied to any
libraries, and can be used anywhere.
-- Jim <jim@phrantic.phear.net>
+WWW: http://members.xoom.com/sashav/aterm/
+
+- Jim <jim@FreeBSD.org>
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>