diff options
author | agc <agc> | 1999-08-13 14:06:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-13 14:06:55 +0000 |
commit | 1c70349da2075a83eb4cf1992c07d8f525b2f636 (patch) | |
tree | 9a531c51f82f652eb3a034c199e7193cf4b3288d /comms | |
parent | 8c4961d29a3ad670ec5b63b92029f3d1547ed156 (diff) | |
download | pkgsrc-1c70349da2075a83eb4cf1992c07d8f525b2f636.tar.gz |
Substitute for ${PKGNAME} when generating the PLIST files.
Diffstat (limited to 'comms')
-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} |