summaryrefslogtreecommitdiffstats
path: root/textproc/txt2man
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
committertrevor <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
commit4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch)
tree3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /textproc/txt2man
parent26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff)
downloadFreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip
FreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'textproc/txt2man')
-rw-r--r--textproc/txt2man/Makefile3
-rw-r--r--textproc/txt2man/pkg-plist1
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile
index cacb0d1..6b474f5 100644
--- a/textproc/txt2man/Makefile
+++ b/textproc/txt2man/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
ALL_TARGET= txt2man.1
INSTALL_TARGET= install prefix=${PREFIX}
-MAN1= txt2man.1
+MAN1= txt2man.1
+PLIST_FILES= bin/txt2man
.include <bsd.port.mk>
diff --git a/textproc/txt2man/pkg-plist b/textproc/txt2man/pkg-plist
deleted file mode 100644
index df01b15..0000000
--- a/textproc/txt2man/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/txt2man
OpenPOWER on IntegriCloud