Changeset 1885 for trunk/dports


Ignore:
Timestamp:
Jan 25, 2003, 11:11:05 PM (21 years ago)
Author:
eric
Message:

Update for new installation changes.

Location:
trunk/dports/databases/gtksql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/gtksql/Portfile

    r1661 r1885  
    1414checksums       md5 8f7a0a565e761fb649240cb46d6dd9cb
    1515configure       { reinplace "s|XXPREFIX|${prefix}|g" \
     16                  "${workpath}/${worksrcdir}/Makefile"
     17                  reinplace "s|YYPREFIX|${destroot}${prefix}|g" \
    1618                  "${workpath}/${worksrcdir}/Makefile" }
    1719depends_lib     lib:libpq.2:postgresql \
     
    2224                  "${workpath}/${worksrcdir}/Makefile"
    2325                  depends_lib-append lib:libmysql.3:databases/mysql }
    24 
    25 contents        bin/gtksql
  • trunk/dports/databases/gtksql/files/patch-Makefile

    r669 r1885  
    1 --- Makefile.orig       Tue Sep 17 04:08:15 2002
    2 +++ Makefile    Tue Sep 17 04:09:16 2002
     1--- Makefile.orig       Sat Jan 25 15:08:12 2003
     2+++ Makefile    Sat Jan 25 15:08:40 2003
    33@@ -1,17 +1,17 @@
    44 # Your favorite compilation options here :-)
     
    3636 all: $(OBJS)
    3737        gcc -o gtksql $(OBJS) $(DBSQLIBS) $(GTKLIBS) $(CFLAGS) $(LDFLAGS)
    38 @@ -34,7 +34,7 @@
     38@@ -34,7 +34,8 @@
    3939        rm -f *.o gtksql
    4040 
    4141 install: all
    4242-       cp gtksql $(DESTDIR)usr/bin/
    43 +       install -o root -m 755 -s -c gtksql XXPREFIX/bin
     43+       install -o root -m 755 -d YYPREFIX/bin
     44+       install -o root -m 755 -s -c gtksql YYPREFIX/bin
    4445 
    4546 .c.o:
Note: See TracChangeset for help on using the changeset viewer.