diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-04 01:22:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-04 01:22:26 +0800 |
commit | e0fd4b123df3023c520fe1905275289f0f33c050 (patch) | |
tree | 33b87a7506206a4777ab42def5aaddfe031fca26 | |
parent | 796af835d41c3324ba9925387edb4b948f188736 (diff) | |
download | marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar.gz marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar.bz2 marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar.lz marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar.xz marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.tar.zst marcuscom-ports-e0fd4b123df3023c520fe1905275289f0f33c050.zip |
Run touch after configure to normalize the timestamps of all files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14013 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libgtop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 113cd2737..838203233 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libgtop/Makefile,v 1.54 2010/04/01 13:17:47 kwm Exp $ # PORTNAME= libgtop PORTVERSION= 2.28.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -38,7 +39,7 @@ PKGMESSAGE= ${FILESDIR}/pkg-message RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof .endif -post-patch: +post-configure: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f post-install: |