[43470] trunk/dports/_resources/port1.0
jmr at macports.org
jmr at macports.org
Wed Dec 10 17:15:26 PST 2008
Revision: 43470
http://trac.macports.org/changeset/43470
Author: jmr at macports.org
Date: 2008-12-10 17:15:25 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
No need for Makefiles in _resources
Removed Paths:
-------------
trunk/dports/_resources/port1.0/fetch/Makefile
trunk/dports/_resources/port1.0/group/Makefile
trunk/dports/_resources/port1.0/package/Makefile
Deleted: trunk/dports/_resources/port1.0/fetch/Makefile
===================================================================
--- trunk/dports/_resources/port1.0/fetch/Makefile 2008-12-11 01:10:37 UTC (rev 43469)
+++ trunk/dports/_resources/port1.0/fetch/Makefile 2008-12-11 01:15:25 UTC (rev 43470)
@@ -1,19 +0,0 @@
-INSTALLDIR= ${DESTDIR}${prefix}/share/macports/resources/port1.0/fetch
-
-RSRCS= mirror_sites.tcl
-
-include ../../../../Mk/macports.autoconf.mk
-
-all:
-
-clean:
-
-distclean:
-
-test:
-
-install:
- $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
- $(SILENT)set -x; for file in ${RSRCS}; do \
- $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$file ${INSTALLDIR}; \
- done
Deleted: trunk/dports/_resources/port1.0/group/Makefile
===================================================================
--- trunk/dports/_resources/port1.0/group/Makefile 2008-12-11 01:10:37 UTC (rev 43469)
+++ trunk/dports/_resources/port1.0/group/Makefile 2008-12-11 01:15:25 UTC (rev 43470)
@@ -1,21 +0,0 @@
-INSTALLDIR= ${DESTDIR}${prefix}/share/macports/resources/port1.0/group
-
-RSRCS= gnustep-1.0.tcl perl5-1.0.tcl python-1.0.tcl python24-1.0.tcl python25-1.0.tcl python30-1.0.tcl ruby-1.0.tcl \
- xcode-1.0.tcl zope-1.0.tcl
-
-include ../../../../Mk/macports.autoconf.mk
-
-all:
-
-clean:
-
-distclean:
-
-test:
- ${TCLSH} tests/ruby-1.0.tcl
-
-install:
- $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
- $(SILENT)set -x; for file in ${RSRCS}; do \
- $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$file ${INSTALLDIR}; \
- done
Deleted: trunk/dports/_resources/port1.0/package/Makefile
===================================================================
--- trunk/dports/_resources/port1.0/package/Makefile 2008-12-11 01:10:37 UTC (rev 43469)
+++ trunk/dports/_resources/port1.0/package/Makefile 2008-12-11 01:15:25 UTC (rev 43470)
@@ -1,18 +0,0 @@
-INSTALLDIR= ${DESTDIR}${datadir}/macports/resources/port1.0/package
-RSRCS= background.tiff
-
-include ../../../../Mk/macports.autoconf.mk
-
-all:
-
-clean:
-
-distclean:
-
-test:
-
-install:
- $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
- $(SILENT)set -x; for file in ${RSRCS}; do \
- $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$file ${INSTALLDIR}; \
- done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/aef00991/attachment.html>
More information about the macports-changes
mailing list