diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-05-29 21:44:45 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-05-29 21:44:45 +0000 |
commit | 6f0d36c438e96cde9e061a7fde4c63d8a9526dbd (patch) | |
tree | a3e32d4d75b78488b1b3b896ef91020143ed7f47 /devel/m4/PLIST | |
parent | 9cc4fd4270e94056c0ee3890ec97a01f08f04d63 (diff) | |
download | pkgsrc-6f0d36c438e96cde9e061a7fde4c63d8a9526dbd.tar.gz |
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.
++pkgrevision
Diffstat (limited to 'devel/m4/PLIST')
-rw-r--r-- | devel/m4/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/m4/PLIST b/devel/m4/PLIST index fe87f886e9a..cb8b694044d 100644 --- a/devel/m4/PLIST +++ b/devel/m4/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.14 2009/06/14 17:48:57 joerg Exp $ -bin/${GNU_PROGRAM_PREFIX}m4 -${PLIST.gm4}bin/gm4 +@comment $NetBSD: PLIST,v 1.15 2012/05/29 21:44:45 cheusov Exp $ +bin/gm4 +gnu/bin/m4 info/m4.info -man/man1/${GNU_PROGRAM_PREFIX}m4.1 +man/man1/gm4.1 share/examples/m4/capitalize.m4 share/examples/m4/capitalize2.m4 share/examples/m4/comments.m4 |