diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:03:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:03:28 +0000 |
commit | a0c351cfc51a969de344c350f42f3e7199f4707b (patch) | |
tree | e480593a5528c87f4756a95ff01a9ad8870ea552 /lang/gpc | |
parent | ab6598f58eff6ad19189767095dd0af665633093 (diff) | |
download | pkgsrc-a0c351cfc51a969de344c350f42f3e7199f4707b.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'lang/gpc')
-rw-r--r-- | lang/gpc/PLIST | 6 | ||||
-rw-r--r-- | lang/gpc/PLIST.netbsd | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/lang/gpc/PLIST b/lang/gpc/PLIST index ace40d2184e..d9e1643c062 100644 --- a/lang/gpc/PLIST +++ b/lang/gpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/08 20:35:49 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:03:33 joerg Exp $ ${GPC_SUBPREFIX}bin/gpc ${GPC_SUBPREFIX}bin/gpc-run ${GPC_SUBPREFIX}lib/gcc-lib/${MACHINE_GNU_PLATFORM}/2.95.3/collect2 @@ -305,7 +305,3 @@ share/doc/gpc/docdemos/whiledemo.pas share/doc/gpc/docdemos/wordbooldemo.pas share/doc/gpc/docdemos/worddemo.pas share/doc/gpc/docdemos/xordemo.pas -@dirrm ${GPC_SUBPREFIX}lib/gcc-lib/${MACHINE_GNU_PLATFORM}/2.95.3/units -@dirrm share/doc/gpc/docdemos -@dirrm share/doc/gpc/demos -@dirrm share/doc/gpc diff --git a/lang/gpc/PLIST.netbsd b/lang/gpc/PLIST.netbsd index b86ca8e3b6b..364f4da5c18 100644 --- a/lang/gpc/PLIST.netbsd +++ b/lang/gpc/PLIST.netbsd @@ -1,6 +1,2 @@ -@comment $NetBSD: PLIST.netbsd,v 1.1 2003/06/06 05:46:22 jtb Exp $ +@comment $NetBSD: PLIST.netbsd,v 1.2 2009/06/14 18:03:33 joerg Exp $ lib/gcc-lib/${MACHINE_GNU_PLATFORM}/2.95.3/specs -@dirrm lib/gcc-lib/${MACHINE_GNU_PLATFORM}/2.95.3/include -@dirrm lib/gcc-lib/${MACHINE_GNU_PLATFORM}/2.95.3 -@dirrm lib/gcc-lib/${MACHINE_GNU_PLATFORM} -@dirrm lib/gcc-lib |