summaryrefslogtreecommitdiff
path: root/archivers/gsharutils
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-17 06:12:27 +0000
committerrillig <rillig>2006-05-17 06:12:27 +0000
commit9c02adcb0beda3e5aca55d4a6a4d4c231b03860d (patch)
tree23d014ced3047e11e6d6dc199e65aeee87683a20 /archivers/gsharutils
parent01d96bd64f9008eaf5713792c39bf90357bb6870 (diff)
downloadpkgsrc-9c02adcb0beda3e5aca55d4a6a4d4c231b03860d.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/gsharutils')
-rw-r--r--archivers/gsharutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile
index b1cf8f2cd93..9b7308db6f6 100644
--- a/archivers/gsharutils/Makefile
+++ b/archivers/gsharutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:29 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2006/05/17 06:12:27 rillig Exp $
DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
@@ -45,7 +45,7 @@ PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
post-patch:
- @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/po/sharutils.pot
+ ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/po/sharutils.pot
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"