summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-03 23:39:12 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-03 23:39:12 +0000
commitf61c8ee3a5a83efe172671ea7c32868845d39368 (patch)
tree6163fd8de465bd8eec6f4e860c28f26735aaf834 /cad
parentg3view - fast display of a g3 fax file in an X11 window (diff)
Delete the -N flag for pkg_create, it no longer exists.
Notes
Notes: svn path=/head/; revision=874
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 32689321d00e..934f4a1a2bd2 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 October 1994
# Whom: mr
#
-# $Id: Makefile,v 1.2 1994/11/17 12:59:40 jkh Exp $
+# $Id: Makefile,v 1.3 1994/12/12 03:58:06 gpalmer Exp $
#
DISTNAME= pcb-1.2.patch_02
@@ -15,6 +15,6 @@ MAKEFILE= makefile
USE_IMAKE=
NO_INSTALL_MANPAGES= yes
PREFIX=/usr/X11R6
-PKG_CMD= pkg_create -N
+PKG_CMD= pkg_create
.include <bsd.port.mk>