diff options
author | agc <agc@pkgsrc.org> | 1999-08-13 14:06:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-13 14:06:55 +0000 |
commit | 29656d015f0c51c3486c3054cfa81ecfb77972dd (patch) | |
tree | 9a531c51f82f652eb3a034c199e7193cf4b3288d /comms/tkhylafax | |
parent | f36dfb025b4129c0419c160089bdfeed5a4619a6 (diff) | |
download | pkgsrc-29656d015f0c51c3486c3054cfa81ecfb77972dd.tar.gz |
Substitute for ${PKGNAME} when generating the PLIST files.
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r-- | comms/tkhylafax/pkg/PLIST | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/comms/tkhylafax/pkg/PLIST b/comms/tkhylafax/pkg/PLIST index cd15ee1054e..a1f0bd94c83 100644 --- a/comms/tkhylafax/pkg/PLIST +++ b/comms/tkhylafax/pkg/PLIST @@ -1,21 +1,21 @@ -@comment $NetBSD: PLIST,v 1.2 1999/08/11 06:21:30 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/08/13 14:06:56 agc Exp $ bin/tkhylafax -lib/tkhylafax-3.1/entryDialog.t -lib/tkhylafax-3.1/extract.t -lib/tkhylafax-3.1/faxIt.t -lib/tkhylafax-3.1/fileSelect.t -lib/tkhylafax-3.1/listBatches.t -lib/tkhylafax-3.1/mkCover.t -lib/tkhylafax-3.1/mkWidgets.t -lib/tkhylafax-3.1/options.t -lib/tkhylafax-3.1/preferences.t -lib/tkhylafax-3.1/rolodex.t -lib/tkhylafax-3.1/searchEntries.t -lib/tkhylafax-3.1/sendBatch.t -lib/tkhylafax-3.1/svrStatus.t -lib/tkhylafax-3.1/tkhylafax.xbm -lib/tkhylafax-3.1/trace.t -lib/tkhylafax-3.1/viewBatch.t -lib/tkhylafax-3.1/tclIndex +lib/${PKGNAME}/entryDialog.t +lib/${PKGNAME}/extract.t +lib/${PKGNAME}/faxIt.t +lib/${PKGNAME}/fileSelect.t +lib/${PKGNAME}/listBatches.t +lib/${PKGNAME}/mkCover.t +lib/${PKGNAME}/mkWidgets.t +lib/${PKGNAME}/options.t +lib/${PKGNAME}/preferences.t +lib/${PKGNAME}/rolodex.t +lib/${PKGNAME}/searchEntries.t +lib/${PKGNAME}/sendBatch.t +lib/${PKGNAME}/svrStatus.t +lib/${PKGNAME}/tkhylafax.xbm +lib/${PKGNAME}/trace.t +lib/${PKGNAME}/viewBatch.t +lib/${PKGNAME}/tclIndex man/man1/tkhylafax.1 -@dirrm lib/tkhylafax-3.1 +@dirrm lib/${PKGNAME} |