diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-12 16:19:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-12 16:19:36 +0000 |
commit | d9e783961a5040e7c52f14338fbf4a7272bd3f2b (patch) | |
tree | eb63fe81447f127d6c780c3c6acf14126b75bb19 /textproc/expat2/Makefile | |
parent | ddc2a56c082195e6a59fb83e90107b96d1bcc7a8 (diff) | |
download | ports-d9e783961a5040e7c52f14338fbf4a7272bd3f2b.tar.gz ports-d9e783961a5040e7c52f14338fbf4a7272bd3f2b.zip |
Notes
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r-- | textproc/expat2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 6f717c257fe0..0b2a08dddee3 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -7,7 +7,7 @@ PORTNAME= expat PORTVERSION= 1.95.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= expat @@ -27,9 +27,6 @@ MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -post-install: - ${INSTALL_DATA} ${WRKSRC}/.libs/libexpat.la ${PREFIX}/lib - list-depend-ports: cd ${PORTSDIR}; \ find . -mindepth 3 -maxdepth 3 -name Makefile -execdir sh -c \ |