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/xmlindent/Makefile | 1 + textproc/xmlindent/pkg-plist | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 textproc/xmlindent/pkg-plist (limited to 'textproc/xmlindent') diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile index a90a7d458876..7362620617ef 100644 --- a/textproc/xmlindent/Makefile +++ b/textproc/xmlindent/Makefile @@ -16,6 +16,7 @@ COMMENT= A XML stream reformatter MAN1= xmlindent.1 MANCOMPRESSED= maybe +PLIST_FILES= bin/xmlindent pre-build: cd ${WRKSRC} && ${MAKE} lexer diff --git a/textproc/xmlindent/pkg-plist b/textproc/xmlindent/pkg-plist deleted file mode 100644 index 11198e5bdb51..000000000000 --- a/textproc/xmlindent/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmlindent -- cgit