diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 07:43:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 07:43:27 +0800 |
commit | e63ff3c3285ed0302457dd9a64eeea8646e0d1c2 (patch) | |
tree | 08422225b631d94b2a7e9b9b5d6dbd40017457d2 /comms/zmtx-zmrx | |
parent | 8f8fb894d2c0c357f47fceaaa7583eaa7abe3232 (diff) | |
download | freebsd-ports-gnome-e63ff3c3285ed0302457dd9a64eeea8646e0d1c2.tar.gz freebsd-ports-gnome-e63ff3c3285ed0302457dd9a64eeea8646e0d1c2.tar.zst freebsd-ports-gnome-e63ff3c3285ed0302457dd9a64eeea8646e0d1c2.zip |
Rename pkg/license to pkg-message, which will make it a full-blown
${PKGMESSAGE} file.
Diffstat (limited to 'comms/zmtx-zmrx')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index 78022b8f320a..2e9ff676331b 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -23,7 +23,6 @@ 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: @@ -34,7 +33,7 @@ do-install: post-install: @${ECHO} "" - @/usr/bin/more ${PKGDIR}/licence + @/usr/bin/more ${PKGMESSAGE} @${ECHO} "" .include <bsd.port.mk> |