diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-06 01:01:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-06 01:01:06 +0000 |
commit | 2fd6f2ca947edf9c18ee19abf8eb3d3c498faa3a (patch) | |
tree | 273548dade2687c0d7538f7aff0d2da25c457107 /print/musixtex/Makefile | |
parent | 36b1350193d1288ec0a7f6a20eb679b6a80c9ded (diff) | |
download | ports-2fd6f2ca947edf9c18ee19abf8eb3d3c498faa3a.tar.gz ports-2fd6f2ca947edf9c18ee19abf8eb3d3c498faa3a.zip |
Notes
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r-- | print/musixtex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index f04f7140b62d..0fe07ee5b5b0 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.13 1997/10/11 02:22:25 jmz Exp $ +# $Id: Makefile,v 1.14 1997/11/06 00:02:24 asami Exp $ # DISTNAME= musixtex-T80 @@ -20,6 +20,5 @@ NO_WRKSUBDIR= yes pre-install: ${MKDIR} ${PREFIX}/share/texmf/documentation - ${MKDIR} ${PREFIX}/share/texmf/mf .include <bsd.port.mk> |