diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-30 23:06:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-30 23:06:52 +0000 |
commit | ca303a65166ae4160f21e86391922620e0b758ba (patch) | |
tree | c1a70b28f3e7275d2f33dfbf024149ae79798593 /textproc/pdftohtml | |
parent | 7813c3f62f2a3e5453dc54393df45889321c818f (diff) |
Notes
Diffstat (limited to 'textproc/pdftohtml')
-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 |