diff options
author | tron <tron> | 1999-08-17 21:39:45 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-17 21:39:45 +0000 |
commit | 699e0b1074e33f0684220c28adabf90f75869147 (patch) | |
tree | b2978b9e92a7372e80dbfe31fcfafe7c9293ffb5 /print/teTeX-sharesrc | |
parent | 1073dbb2a3c6f2c6b7844695c10f6ee0ca48bc35 (diff) | |
download | pkgsrc-699e0b1074e33f0684220c28adabf90f75869147.tar.gz |
Let this package depend on "teTeX-share" to avoid ugly "@unexec rmdir"
kludge for directory "share/texmf".
Diffstat (limited to 'print/teTeX-sharesrc')
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-sharesrc/pkg/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 5b389a56eb1..901bf99b254 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/17 19:58:29 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/17 21:39:45 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} MAINTAINER= hubertf@netbsd.org +DEPENDS+= teTeX-share-1.0:../teTeX-share + DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty diff --git a/print/teTeX-sharesrc/pkg/PLIST b/print/teTeX-sharesrc/pkg/PLIST index 77111bba4b9..f0de133b96a 100644 --- a/print/teTeX-sharesrc/pkg/PLIST +++ b/print/teTeX-sharesrc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1999/08/12 21:11:30 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/08/17 21:39:46 tron Exp $ share/texmf/source/latex/oberdiek/twoopt.sty share/texmf/source/latex/oberdiek/pagesel.sty share/texmf/source/latex/oberdiek/hypbmsec.sty @@ -2430,4 +2430,3 @@ share/texmf/source/amstex/amsppt.sty @dirrm share/texmf/source/amstex share/texmf/source/README @dirrm share/texmf/source -@unexec rmdir %D/share/texmf || true |