summaryrefslogtreecommitdiff
path: root/print/pstotext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/pstotext/Makefile')
-rw-r--r--print/pstotext/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile
index 44de6744a898..32bf86230cd0 100644
--- a/print/pstotext/Makefile
+++ b/print/pstotext/Makefile
@@ -9,14 +9,17 @@ PORTNAME= pstotext
PORTVERSION= 1.8g
CATEGORIES= print
MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/pstotext.tar.Z?object=pstotext
-DISTNAME= pstotext
+DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@seicom.NET
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
-WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= pstotext.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${PREFIX}/man/man1
+
.include <bsd.port.mk>