Skip to content

Commit

Permalink
update to 0.9.3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14604 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 13, 2005
1 parent 2f6f68f commit 13e11d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
13 changes: 6 additions & 7 deletions devel/ossp-al/Portfile
@@ -1,9 +1,9 @@
# $Id: Portfile,v 1.2 2005/07/14 14:00:55 mww Exp $
# $Id: Portfile,v 1.3 2005/10/13 20:17:01 mww Exp $

PortSystem 1.0

name ossp-al
version 0.9.1
version 0.9.3
categories devel
platforms darwin
maintainers mww@opendarwin.org
Expand All @@ -13,12 +13,11 @@ long_description "${description}"
homepage http://www.ossp.org/pkg/lib/al/
master_sites ftp://ftp.ossp.org/pkg/lib/al/ freebsd
distname al-${version}
checksums md5 eba90e56fe7248466b66306a65868ae7
checksums md5 ef943a29d1fb89ed4fd5556844cbc542
patchfiles patch-Makefile.in

configure.args --mandir=${prefix}/share/man

pre-destroot {
# crude hack to get Makefile to install
reinplace "s|^install:|install: dummy|g" ${worksrcpath}/Makefile
system "touch ${worksrcpath}/dummy"
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
11 changes: 11 additions & 0 deletions devel/ossp-al/files/patch-Makefile.in
@@ -0,0 +1,11 @@
--- Makefile.in 2005-10-03 10:40:38.000000000 +0200
+++ Makefile.in 2005-10-13 22:14:50.000000000 +0200
@@ -89,7 +89,7 @@
check: $(TST_NAME)
@$(LIBTOOL) --mode=execute ./$(TST_NAME)

-install:
+install: all
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)

0 comments on commit 13e11d5

Please sign in to comment.