aboutsummaryrefslogtreecommitdiff
path: root/print/dviselect
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
commite5cc021f77b6b9ad840e0350c81761099dd35e04 (patch)
tree8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/dviselect
parent3b3bd28890a9082e67d71887318a2b242e5b8bdc (diff)
downloadports-e5cc021f77b6b9ad840e0350c81761099dd35e04.tar.gz
ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.zip
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Notes
Notes: svn path=/head/; revision=4539
Diffstat (limited to 'print/dviselect')
-rw-r--r--print/dviselect/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
index 7e4da09c46a1..37241090b729 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>