diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:49:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:49:46 +0000 |
commit | e76c2145575837d2ca8d109194a6a009cedd361f (patch) | |
tree | 095e2de3a149784f031f8c9a350330662bb9e6e9 /misc/orville-write | |
parent | c529af39e7e774e0d9709fa87dc2cbb821b36419 (diff) | |
download | ports-e76c2145575837d2ca8d109194a6a009cedd361f.tar.gz ports-e76c2145575837d2ca8d109194a6a009cedd361f.zip |
Notes
Diffstat (limited to 'misc/orville-write')
-rw-r--r-- | misc/orville-write/Makefile | 24 | ||||
-rw-r--r-- | misc/orville-write/distinfo | 2 | ||||
-rw-r--r-- | misc/orville-write/pkg-plist | 7 |
3 files changed, 8 insertions, 25 deletions
diff --git a/misc/orville-write/Makefile b/misc/orville-write/Makefile index f533c05c3d5c..1bcda9a1a78b 100644 --- a/misc/orville-write/Makefile +++ b/misc/orville-write/Makefile @@ -6,7 +6,7 @@ # PORTNAME= orville-write -PORTVERSION= 2.41a +PORTVERSION= 2.53 CATEGORIES= misc MASTER_SITES= http://www.wwnet.net/~janc/software/ @@ -14,26 +14,6 @@ MAINTAINER= howardjp@wam.umd.edu MAN1= amin.1 helpers.1 huh.1 mesg.1 write.1 -post-extract: - @(cd ${WRKSRC}; ${RM} -f .depend) - -post-patch: - @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/write ${PREFIX}/bin/tel - ${LN} -sf ${PREFIX}/bin/write ${PREFIX}/bin/chat - ${INSTALL_PROGRAM} -o root -m 4711 ${WRKSRC}/mesg ${PREFIX}/bin - ${INSTALL_PROGRAM} -o root -m 4711 ${WRKSRC}/amin ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/huh ${PREFIX}/bin - ${INSTALL_PROGRAM} -o root -m 4711 ${WRKSRC}/helpers ${PREFIX}/bin - ${TOUCH} /var/run/wrttmp - ${TOUCH} /var/run/wrthist - ${TOUCH} /var/log/writelog - ${INSTALL_DATA} ${WRKSRC}/wrttab ${PREFIX}/etc/wrttab -.for f in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man1/ -.endfor +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/misc/orville-write/distinfo b/misc/orville-write/distinfo index ddb9f943e018..86cbdfbfbfe8 100644 --- a/misc/orville-write/distinfo +++ b/misc/orville-write/distinfo @@ -1 +1 @@ -MD5 (orville-write-2.41a.tar.gz) = 86efe9e958385a2fe4098ecab09ea2da +MD5 (orville-write-2.53.tar.gz) = 7bea3b065fef7442083b812440dcd71c diff --git a/misc/orville-write/pkg-plist b/misc/orville-write/pkg-plist index 20502e23d37f..75a0f782c9df 100644 --- a/misc/orville-write/pkg-plist +++ b/misc/orville-write/pkg-plist @@ -1,8 +1,11 @@ bin/amin -bin/chat bin/helpers bin/huh +bin/jot bin/mesg bin/tel +bin/telegram bin/write -etc/wrttab +etc/orville.conf +etc/wrthist +etc/wrttmp |