zap SCRIPTSDIR

This commit is contained in:
espie 2006-11-02 12:39:12 +00:00
parent 6ddcb28c12
commit 14eaba9d24
2 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2006/02/04 23:50:20 steven Exp $
# $OpenBSD: Makefile,v 1.25 2006/11/02 12:39:12 espie Exp $
COMMENT= "Tcl/Tk interface to the MH mail system"
@ -28,6 +28,11 @@ NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
do-configure:
@cd ${WRKDIST} && LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} \
WRKSRC=${WRKSRC} WRKBUILD=${WRKBUILD} \
perl ${FILESDIR}/configure
do-install:
${INSTALL_SCRIPT} ${WRKBUILD}/exmh ${PREFIX}/bin/exmh
${INSTALL_SCRIPT} ${WRKBUILD}/exmh-bg ${PREFIX}/bin/exmh-bg

View File

@ -1,10 +1,4 @@
#!/bin/sh
#
# Configuration script for exmh-2.6.1.
# $OpenBSD: configure,v 1.5 2005/04/05 22:50:57 alek Exp $
#
perl << 'EOPERL'
#! /usr/bin/perl
use DirHandle;
use FileHandle;
@ -98,4 +92,3 @@ $dir->close () or die ("$srcdir: $!\n");
exit (0);
EOPERL