mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove the useless patches -- their result is not used by the port.
Remove the PORTREVISION -- nothing changed in package's content one way or the other.
This commit is contained in:
parent
071e721544
commit
8386aa5634
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46417
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= iwidgets
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits tk83
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=incrtcl
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- iwidgets2.2.0/Makefile.in.orig Tue Aug 14 08:49:21 2001
|
||||
+++ iwidgets2.2.0/Makefile.in Tue Aug 14 08:50:46 2001
|
||||
@@ -110,7 +110,7 @@
|
||||
INSTALL_PROGRAM = $(INSTALL)
|
||||
INSTALL_DATA = $(INSTALL) -m 644
|
||||
INSTALL_SCRIPT = $(INSTALL) -m 555
|
||||
-MKINSTALLDIRS = $(srcdir)/../config/mkinstalldirs
|
||||
+MKINSTALLDIRS = ../../config/mkinstalldirs
|
||||
RANLIB = @RANLIB@
|
||||
LN_S = ln -s
|
||||
TOP_DIR = $(srcdir)
|
||||
@@ -163,8 +163,6 @@
|
||||
|
||||
install-libraries:
|
||||
@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/win $(LIB_INSTALL_DIR)
|
||||
- @rm -f $(LIB_INSTALL_DIR)/iwidgets
|
||||
- $(LN_S) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)/iwidgets
|
||||
@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts
|
||||
@echo "Installing files from $(GENERIC_DIR) into $(SCRIPT_INSTALL_DIR)"
|
||||
@for i in $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \
|
@ -1,20 +0,0 @@
|
||||
--- iwidgets3.0.0/Makefile.in.orig Tue Aug 14 08:51:49 2001
|
||||
+++ iwidgets3.0.0/Makefile.in Tue Aug 14 08:52:14 2001
|
||||
@@ -110,7 +110,7 @@
|
||||
INSTALL_PROGRAM = $(INSTALL)
|
||||
INSTALL_DATA = $(INSTALL) -m 644
|
||||
INSTALL_SCRIPT = $(INSTALL) -m 555
|
||||
-MKINSTALLDIRS = $(srcdir)/../config/mkinstalldirs
|
||||
+MKINSTALLDIRS = ../../config/mkinstalldirs
|
||||
RANLIB = @RANLIB@
|
||||
LN_S = ln -s
|
||||
TOP_DIR = $(srcdir)
|
||||
@@ -163,8 +163,6 @@
|
||||
|
||||
install-libraries:
|
||||
@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)
|
||||
- @rm -f $(LIB_INSTALL_DIR)/iwidgets
|
||||
- $(LN_S) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)/iwidgets
|
||||
@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts
|
||||
@echo "Installing files from $(GENERIC_DIR) into $(SCRIPT_INSTALL_DIR)"
|
||||
@for i in $(GENERIC_DIR)/*.tcl $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/*.itcl $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \
|
Loading…
Reference in New Issue
Block a user