diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/untex | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/untex')
-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 |