summaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorspz <spz>2014-06-08 00:20:30 +0000
committerspz <spz>2014-06-08 00:20:30 +0000
commitbffd8629d763febfc9a1603d3a5ca9e0634882a4 (patch)
tree60422d515feaed8bb562f2e55fafcfb809d0ed58 /textproc/gsed
parentcff2857dfdef9c3c976579205ccf155cde7642a8 (diff)
downloadpkgsrc-bffd8629d763febfc9a1603d3a5ca9e0634882a4.tar.gz
fix a missing . for the man page name
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 7ce6f2a0ce3..b027ae12caa 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2013/01/23 14:31:30 adam Exp $
+# $NetBSD: Makefile,v 1.46 2014/06/08 00:20:30 spz Exp $
DISTNAME= sed-4.2.2
PKGNAME= g${DISTNAME}
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --program-prefix=g
.include "../../mk/bsd.prefs.mk"
post-install:
+ ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gsed1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gsed.1
.for g n in bin/gsed ${PKGGNUDIR}bin/sed ${PKGMANDIR}/man1/gsed.1 ${PKGGNUDIR}${PKGMANDIR}/man1/sed.1
${LN} -sf ${PREFIX}/${g} ${DESTDIR}${PREFIX}/${n}
.endfor