[Midnightbsd-cvs] mports: bsd.mport.mk: NO_INSTALL now skips fake, not install.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Nov 1 23:40:45 EDT 2007


Log Message:
-----------
NO_INSTALL now skips fake, not install.  This way, the fake installed isn't
attempted.  Ports that have no files will have an empty plist.  The package
will be installed, but no files come from the package.  This way the package
installation is still in the package database.

This may cause some instability in ports, but it is the correct behavior.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.71 -> r1.72)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.71
retrieving revision 1.72
diff -LMk/bsd.mport.mk -LMk/bsd.mport.mk -u -r1.71 -r1.72
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -3148,7 +3148,7 @@
 
 # Disable install
 .if defined(NO_INSTALL) && !target(install)
-install: build
+fake: build
 	@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
 .endif
 


More information about the Midnightbsd-cvs mailing list