diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-09 08:01:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-09 08:01:32 +0800 |
commit | e7ec05c5a194763dfe45f5ba777df83cce4bbef4 (patch) | |
tree | 5e2164d3104a806f99db6d055004083e76cd2814 /comms | |
parent | 650c77e82923e32e6be1191a421fec21d9116430 (diff) | |
download | freebsd-ports-gnome-e7ec05c5a194763dfe45f5ba777df83cce4bbef4.tar.gz freebsd-ports-gnome-e7ec05c5a194763dfe45f5ba777df83cce4bbef4.tar.zst freebsd-ports-gnome-e7ec05c5a194763dfe45f5ba777df83cce4bbef4.zip |
We should be able to put this on the CDROM as long as we let the user know
what the license restrictions are.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index 40d00b44b2da..486d9b409a1b 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -4,7 +4,7 @@ # Date created: 29 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.1.1.1 1996/03/05 07:46:57 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/12/08 23:39:32 obrien Exp $ # DISTNAME= zmtx-zmrx @@ -18,13 +18,12 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@cs.ucdavis.edu -NO_CDROM= "can't use use this software for commercial purposes" -NO_PACKAGE= "can't use use this software for commercial purposes" EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh NO_WRKSUBDIR= yes MAKEFILE= makefile +PKG_CMD= /usr/sbin/pkg_create -D ${PKGDIR}/licence MAN1= zmrx.1 zmtx.1 do-install: @@ -35,7 +34,7 @@ do-install: post-install: @${ECHO} "" - @${CAT} ${PKGDIR}/licence + @/usr/bin/more ${PKGDIR}/licence @${ECHO} "" .include <bsd.port.mk> |