diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/musixtex | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/musixtex')
-rw-r--r-- | print/musixtex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 8d55a022d0bc..fec422ded900 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,11 +3,11 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.2 1995/09/23 20:24:13 jmz Exp $ +# $Id: Makefile,v 1.3 1995/11/22 13:18:21 asami Exp $ # PKGNAME= musixtex-3.96 DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/ NO_WRKSUBDIR= yes |