diff options
author | cheusov <cheusov> | 2012-06-01 19:29:38 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-06-01 19:29:38 +0000 |
commit | 14349eb964ae3b6f3051b59861e5f8307340adf2 (patch) | |
tree | 4f317db5c41422c9054c62260d00b56546a3f865 /textproc | |
parent | e786b8100d859a470592ed12f08cac670ba5870c (diff) | |
download | pkgsrc-14349eb964ae3b6f3051b59861e5f8307340adf2.tar.gz |
Add symlink gnu/man/man1/sed
++pkgrevision
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 10 | ||||
-rw-r--r-- | textproc/gsed/PLIST | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index de00c109dbb..53e2f226571 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2012/05/29 22:22:00 cheusov Exp $ +# $NetBSD: Makefile,v 1.40 2012/06/01 19:29:38 cheusov Exp $ # DISTNAME= sed-4.2.1 PKGNAME= g${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_GNU:=sed/} @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES INFO_FILES= YES TEST_TARGET= check -INSTALLATION_DIRS= gnu/bin +INSTALLATION_DIRS= gnu/bin gnu/man/man1 # at least Solaris-2.9 has issues with grep/egrep USE_TOOLS+= grep makeinfo @@ -28,7 +28,9 @@ USE_TOOLS+= grep makeinfo CONFIGURE_ARGS+= --program-prefix=g post-install: - ln -f -s ../../bin/gsed ${DESTDIR}${PREFIX}/gnu/bin/sed +.for g n in bin/gsed gnu/bin/sed man/man1/gsed.1 gnu/man/man1/sed.1 + ${LN} -sf ${PREFIX}/${g} ${DESTDIR}${PREFIX}/${n} +.endfor .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/gsed/PLIST b/textproc/gsed/PLIST index 0ee329604d9..f6b9e8c4140 100644 --- a/textproc/gsed/PLIST +++ b/textproc/gsed/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.14 2012/05/29 22:22:00 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/06/01 19:29:38 cheusov Exp $ bin/gsed gnu/bin/sed +gnu/man/man1/sed.1 info/sed.info man/man1/gsed.1 share/locale/af/LC_MESSAGES/sed.mo |