Author: imp
Date: Sat May 10 16:38:27 2014
New Revision: 265834
URL: http://svnweb.freebsd.org/changeset/base/265834

Log:
  g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the ports
  system, as it existed 9 years ago, and has been obsolete for a long
  time.

Deleted:
  head/share/mk/bsd.pkg.mk
Modified:
  head/share/mk/bsd.prog.mk
  head/share/mk/bsd.sys.mk

Modified: head/share/mk/bsd.prog.mk
==============================================================================
--- head/share/mk/bsd.prog.mk   Sat May 10 16:38:18 2014        (r265833)
+++ head/share/mk/bsd.prog.mk   Sat May 10 16:38:27 2014        (r265834)
@@ -276,7 +276,3 @@ ${OBJS}: ${SRCS:M*.h}
 .include <bsd.obj.mk>
 
 .include <bsd.sys.mk>
-
-.if defined(PORTNAME)
-.include <bsd.pkg.mk>
-.endif

Modified: head/share/mk/bsd.sys.mk
==============================================================================
--- head/share/mk/bsd.sys.mk    Sat May 10 16:38:18 2014        (r265833)
+++ head/share/mk/bsd.sys.mk    Sat May 10 16:38:27 2014        (r265834)
@@ -147,15 +147,11 @@ CXXFLAGS+=         ${CXXFLAGS.${COMPILER_TYPE}}
 PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
                beforelinking build build-tools buildfiles buildincludes \
                checkdpadd clean cleandepend cleandir cleanobj configure \
-               depend dependall distclean distribute exe extract \
+               depend dependall distclean distribute exe \
                html includes install installfiles installincludes lint \
                obj objlink objs objwarn realall realdepend \
                realinstall regress subdir-all subdir-depend subdir-install \
                tags whereobj
 
-.if defined(PORTNAME)
-PHONY_NOTMAIN+=        fetch patch
-.endif
-
 .PHONY: ${PHONY_NOTMAIN}
 .NOTMAIN: ${PHONY_NOTMAIN}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to