diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 22:41:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 22:41:42 +0000 |
commit | 2e6f5e789fc4533ad9c256e201b0279e44eb3082 (patch) | |
tree | 1e9eee61418fc827735528f3e60bdf3858bdf97e /textproc | |
parent | 76e05f9193c10b37dec546446bbfafd3935c9cae (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfoutline/Makefile | 24 | ||||
-rw-r--r-- | textproc/pdfoutline/distinfo | 3 |
2 files changed, 5 insertions, 22 deletions
diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile index 6a4782007250..cc42611116a3 100644 --- a/textproc/pdfoutline/Makefile +++ b/textproc/pdfoutline/Makefile @@ -6,28 +6,14 @@ # PORTNAME= pdfoutline -PORTVERSION= 0.0.${DATE:S/-//g} -DISTVERSION= 2.4 +PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= SF/fntsample -DISTNAME= fntsample-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org COMMENT= Add outlines to PDF files -RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +MASTERDIR= ${.CURDIR}/../../x11-fonts/fntsample +DESCR= ${.CURDIR}/pkg-descr -USE_PERL5_RUN= yes -NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 -DATE= 2007-03-14 +PDFOUTLINE= yes -post-patch: - @${SED} -e 's|@DATE@|2007-03-14|' ${WRKSRC}/${PORTNAME}.1.in > ${WRKSRC}/${PORTNAME}.1 - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pdfoutline/distinfo b/textproc/pdfoutline/distinfo deleted file mode 100644 index 835a9d00ddde..000000000000 --- a/textproc/pdfoutline/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fntsample-2.4.tar.gz) = 013e5f5d6f4035437e67d0ee665de1bd -SHA256 (fntsample-2.4.tar.gz) = db23d5e5320f7d0447a59370d95aff90bc3c600fa05c111688e0d85642c992a5 -SIZE (fntsample-2.4.tar.gz) = 84348 |