1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Delete the private PREFIX and PKG_CMD macros. They only set the same values

as the global one's from bsd.port.mk.
This commit is contained in:
Andreas Schulz 1995-02-18 01:36:19 +00:00
parent 8f5ff3db47
commit 412b1b3e2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1002

View File

@ -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>