summaryrefslogtreecommitdiff
path: root/devel/gprbuild-aux
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2014-05-09 12:14:58 +0000
committermarino <marino@pkgsrc.org>2014-05-09 12:14:58 +0000
commit607667a22bdb348bd60ba178fa93c3b715a9c93c (patch)
tree0b16f81f2e31d74aa7b2ae4740e54138f9e64b15 /devel/gprbuild-aux
parent70984884a1058edb92ddeab4af405818402caaac (diff)
downloadpkgsrc-607667a22bdb348bd60ba178fa93c3b715a9c93c.tar.gz
devel/gprbuild-aux: Remove unnecessary post-install target
SunOS find does not support -empty. This was used by the post-install target to remove empty directories, and the command consequently failed there. It turns out that pkgsrc just ignores empty directories when it is creating the package list so we don't need the target at all.
Diffstat (limited to 'devel/gprbuild-aux')
-rw-r--r--devel/gprbuild-aux/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gprbuild-aux/Makefile b/devel/gprbuild-aux/Makefile
index 1b595a8b905..ae988142aaf 100644
--- a/devel/gprbuild-aux/Makefile
+++ b/devel/gprbuild-aux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/04/30 16:28:09 marino Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/09 12:14:58 marino Exp $
#
DISTNAME= gprbuild-aux-${SNAPSHOT}
@@ -34,10 +34,6 @@ do-build:
# It interferes with the PROCESSORS configure argument
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gmake ${MAKE_ARGS} all
-post-install:
- cd ${DESTDIR}${PREFIX}; ${FIND} share/examples -type d -empty | \
- ${SORT} -dr | ${XARGS} ${RMDIR}
-
.include "../../textproc/xmlada/buildlink3.mk"
.include "../../lang/gnat_util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"