summaryrefslogtreecommitdiff
path: root/textproc/untex
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit61769bf56e2f71617516434864edec5b0165f3d4 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/untex
parent3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff)
downloadpkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/untex')
-rw-r--r--textproc/untex/Makefile5
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