diff options
Diffstat (limited to 'textproc/untex/Makefile')
-rw-r--r-- | textproc/untex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile index a551d2a4c30..1e7d053ca33 100644 --- a/textproc/untex/Makefile +++ b/textproc/untex/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:27:54 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:26:50 agc Exp $ # DISTNAME= untex-1.3 -WRKSRC= ${WRKDIR} CATEGORIES= textproc MASTER_SITES= ftp://hal6000.uni-duisburg.de/pub/source/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Remove LaTeX commands +WRKSRC= ${WRKDIR} + do-install: ${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/untex.man ${PREFIX}/man/man1/untex.1 |