diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-31 07:06:52 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-31 07:06:52 +0800 |
commit | e6e59edb1777d15873be3e7cc07137fb2dad8732 (patch) | |
tree | 26f1ca2532cec7a1be3a51a5a9ac722da45a6a79 | |
parent | 936316fc01a6bf87a2a9a07906f7a537ae3d2549 (diff) | |
download | freebsd-ports-gnome-e6e59edb1777d15873be3e7cc07137fb2dad8732.tar.gz freebsd-ports-gnome-e6e59edb1777d15873be3e7cc07137fb2dad8732.tar.zst freebsd-ports-gnome-e6e59edb1777d15873be3e7cc07137fb2dad8732.zip |
Use PLIST_FILES.
Approved by: erwin (maintainer)
-rw-r--r-- | textproc/pdftohtml/Makefile | 1 | ||||
-rw-r--r-- | textproc/pdftohtml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 93737c700a17..c451dcafcff8 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -23,6 +23,7 @@ GSPORT?= print/ghostscript-gnu RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} +PLIST_FILES= bin/pdftohtml WRKSRC= ${WRKDIR}/${DISTNAME} USE_REINPLACE= yes diff --git a/textproc/pdftohtml/pkg-plist b/textproc/pdftohtml/pkg-plist deleted file mode 100644 index 6ec57f5c01dc..000000000000 --- a/textproc/pdftohtml/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pdftohtml |