From 4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 5 Feb 2004 20:38:07 +0000 Subject: Use PLIST_FILES. Reviewed by: marcus --- textproc/txt2man/Makefile | 3 ++- textproc/txt2man/pkg-plist | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 textproc/txt2man/pkg-plist (limited to 'textproc/txt2man') diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index cacb0d1a283e..6b474f5acd10 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 diff --git a/textproc/txt2man/pkg-plist b/textproc/txt2man/pkg-plist deleted file mode 100644 index df01b15d0d7c..000000000000 --- a/textproc/txt2man/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/txt2man -- cgit