Trivial fake.

Remove non-standard licence, use MESSAGE as it's what it's meant for.
This commit is contained in:
espie 2000-05-31 13:49:10 +00:00
parent a8f61ccbd1
commit 6c8b98baeb
3 changed files with 5 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2000/04/09 17:36:12 espie Exp $
# $OpenBSD: Makefile,v 1.11 2000/05/31 13:49:10 espie Exp $
DISTNAME= zmtx-zmrx
PKGNAME= zmtx-zmrx-1.02
CATEGORIES= comms
NEED_VERSION= 1.210
FAKE=No
FAKE= Yes
MAINTAINER= ports@openbsd.org
@ -25,17 +25,10 @@ EXTRACT_AFTER_ARGS= |sh
WRKDIST= ${WRKDIR}
MAKE_FILE= makefile
PKG_CMD= /usr/sbin/pkg_create -D ${PKGDIR}/licence
do-install:
.for f in zmrx zmtx
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/$f.1 ${PREFIX}/man/man1
.endfor
post-install:
@echo ""
@more ${PKGDIR}/licence
@echo ""
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2000/05/31 13:49:11 espie Exp $
bin/zmrx
bin/zmtx
man/man1/zmrx.1