diff options
author | jmz <jmz@FreeBSD.org> | 1997-09-16 06:54:54 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-09-16 06:54:54 +0800 |
commit | 80a7141fcfc7fd1e693724193e1d2c75f0d7cb3c (patch) | |
tree | ad943a1dc3f7480ff1feca520db80e2f091a6090 /print/musixtex/Makefile | |
parent | 72645ce25183aceaa5c791bd6e18d80e96884c12 (diff) | |
download | freebsd-ports-gnome-80a7141fcfc7fd1e693724193e1d2c75f0d7cb3c.tar.gz freebsd-ports-gnome-80a7141fcfc7fd1e693724193e1d2c75f0d7cb3c.tar.zst freebsd-ports-gnome-80a7141fcfc7fd1e693724193e1d2c75f0d7cb3c.zip |
Install metafont files in the right place.
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 e4cc8aff106a..5f3b14f0b4aa 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.10 1997/09/11 21:38:01 jmz Exp $ +# $Id: Makefile,v 1.11 1997/09/14 08:05:38 asami Exp $ # DISTNAME= musixtex-T77 @@ -20,6 +20,5 @@ NO_WRKSUBDIR= yes pre-install: ${MKDIR} ${PREFIX}/share/texmf/documentation - ${MKDIR} ${PREFIX}/share/texmf/mf .include <bsd.port.mk> |