summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-23 04:37:13 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-23 04:37:13 +0000
commit33ca59dc1af38af9d70da5f0b1ad25a2475aca6b (patch)
tree30ec91a9d76db895eff0cc654f0a14ddeb3c436b /net
parentNew maintainer to this port. (diff)
Fix build problem with two versions of automake installed
Bump PORTREVISION PR: 32029 Submitted by: clefevre@citeweb.net Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=50394
Diffstat (limited to 'net')
-rw-r--r--net/netatalk-devel/Makefile4
-rw-r--r--net/netatalk/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile
index 8a155c59bb9f..61a9d91faf9e 100644
--- a/net/netatalk-devel/Makefile
+++ b/net/netatalk-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 1.5p8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netatalk
@@ -82,7 +82,7 @@ post-extract:
@${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs
post-configure:
- @${TOUCH} -f ${WRKSRC}/config/Makefile.in
+ @find ${WRKSRC} -type f | xargs ${TOUCH} -f
post-install:
@${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 8a155c59bb9f..61a9d91faf9e 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 1.5p8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netatalk
@@ -82,7 +82,7 @@ post-extract:
@${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs
post-configure:
- @${TOUCH} -f ${WRKSRC}/config/Makefile.in
+ @find ${WRKSRC} -type f | xargs ${TOUCH} -f
post-install:
@${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \