diff options
author | kris <kris@FreeBSD.org> | 2004-04-15 16:18:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-15 16:18:09 +0800 |
commit | 79c9ffafbec5ca27a7671640dc855dd3dbae2cbd (patch) | |
tree | fdc712545f2a789003c9b84f3eda1177800e3b97 /textproc | |
parent | b22bbf7e9e6eeddfd30694fba2b3bbe3acdcb8ff (diff) | |
download | freebsd-ports-gnome-79c9ffafbec5ca27a7671640dc855dd3dbae2cbd.tar.gz freebsd-ports-gnome-79c9ffafbec5ca27a7671640dc855dd3dbae2cbd.tar.zst freebsd-ports-gnome-79c9ffafbec5ca27a7671640dc855dd3dbae2cbd.zip |
Add missing file and manpage
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict/Makefile | 2 | ||||
-rw-r--r-- | textproc/dict/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index b0aede382812..75ed9d83acb9 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict -MAN1= dict.1 +MAN1= dict.1 dictl.1 post-patch: ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1 diff --git a/textproc/dict/pkg-plist b/textproc/dict/pkg-plist index b334a6442f0f..e97bed355c50 100644 --- a/textproc/dict/pkg-plist +++ b/textproc/dict/pkg-plist @@ -1,3 +1,4 @@ @comment $FreeBSD$ bin/dict +bin/dictl etc/dict.conf |