diff options
author | wiz <wiz> | 2001-02-01 10:30:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-01 10:30:55 +0000 |
commit | 53ea81d1e869f99668096c4876db65ea711e52c7 (patch) | |
tree | 62b31035aa7c8bcbfc43757ac81cb5ef3da6be83 /emulators | |
parent | b04706fa950193edebea0167c2652097c786c180 (diff) | |
download | pkgsrc-53ea81d1e869f99668096c4876db65ea711e52c7.tar.gz |
Remove test target that I forgot I had added.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xbeeb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/xbeeb/Makefile b/emulators/xbeeb/Makefile index bff97c1cabf..a1ff391605a 100644 --- a/emulators/xbeeb/Makefile +++ b/emulators/xbeeb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/29 11:34:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/01 10:30:55 wiz Exp $ # DISTNAME= xbeeb-0.3.6 @@ -25,7 +25,6 @@ post-patch: (cd ${WRKSRC}/src && \ ${MV} Config.h Config.h.dist && \ ${SED} 's+^\(#define[ ]*XBEEBROOT[ ]*\)[^ ].*$$+\1"${PREFIX}/${XBEEBROOT}/"+' Config.h.dist > Config.h) -testt: ${SED} -e 's+@XBEEBROOT@+${XBEEBROOT}+g' \ -e 's+@PREFIX@+${PREFIX}+g' \ ${FILESDIR}/xbeeb.1 > ${MAN_PAGE} |