diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/dviselect | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | FreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip FreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/dviselect')
-rw-r--r-- | print/dviselect/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index 7e4da09..3724109 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -3,18 +3,18 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/05/16 10:43:59 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/22 13:18:05 asami Exp $ # DISTNAME= dviselect PKGNAME= dviselect-1.3 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ MAINTAINER= jmz@FreeBSD.org pre-install: - @mkdir -p ${PREFIX}/man/man1 - @mkdir -p ${PREFIX}/bin + @${MKDIR} ${PREFIX}/man/man1 + @${MKDIR} ${PREFIX}/bin .include <bsd.port.mk> |