summaryrefslogtreecommitdiff
path: root/converters/showkey
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-18 00:38:20 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-18 00:38:20 +0000
commit1adb3e8ef517931f5ba9f7bb41dc82e756f2fb53 (patch)
tree9367e4b2961f5397cdd38c912403d734f8d7d151 /converters/showkey
parenttry to fix pkg-plist (diff)
Use PLIST_FILES. Drop maintainership.
Notes
Notes: svn path=/head/; revision=101275
Diffstat (limited to 'converters/showkey')
-rw-r--r--converters/showkey/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/showkey/Makefile b/converters/showkey/Makefile
index a64450556eb3..12cd1433e71b 100644
--- a/converters/showkey/Makefile
+++ b/converters/showkey/Makefile
@@ -10,15 +10,12 @@ PORTVERSION= 1.3
CATEGORIES= converters
MASTER_SITES= http://catb.org/~esr/showkey/
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Prints its input, with escapes such as "<NUL>"
ALL_TARGET= showkey
MAN1= showkey.1
-PLIST= ${WRKDIR}/pkg-plist
-
-pre-install:
- ${ECHO_CMD} bin/showkey > ${PLIST}
+PLIST_FILES= bin/showkey
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin