diff options
author | ats <ats@FreeBSD.org> | 1995-02-18 09:36:19 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-18 09:36:19 +0800 |
commit | 301b4087674f8f2707401e483a5fce87f2444372 (patch) | |
tree | 653ef22ebe9f6e00054e36e9d0ab488b060b7477 /cad/pcb | |
parent | d1be1567129442739b027210710ace57ba27a4dd (diff) | |
download | freebsd-ports-graphics-301b4087674f8f2707401e483a5fce87f2444372.tar.gz freebsd-ports-graphics-301b4087674f8f2707401e483a5fce87f2444372.tar.zst freebsd-ports-graphics-301b4087674f8f2707401e483a5fce87f2444372.zip |
Delete the private PREFIX and PKG_CMD macros. They only set the same values
as the global one's from bsd.port.mk.
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 30aa6decc4b..7d96640fc78 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.4 1995/02/03 23:39:12 ats Exp $ +# $Id: Makefile,v 1.5 1995/02/18 01:27:43 ats Exp $ # DISTNAME= pcb-1.2.patch_02 @@ -14,7 +14,5 @@ MAKE_FLAGS= -f MAKEFILE= makefile USE_IMAKE= NO_INSTALL_MANPAGES= yes -PREFIX= /usr/X11R6 -PKG_CMD= pkg_create .include <bsd.port.mk> |