diff options
author | anray <anray@FreeBSD.org> | 2006-08-06 15:36:33 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-08-06 15:36:33 +0800 |
commit | 444c32be4d19d5c6aaaae75856e1848164c26395 (patch) | |
tree | e3d0a832328f38cb05d468c4d4ac3369f5103b41 /textproc/dictem | |
parent | e0c4da2f4fd4375f9d8c12e26dc6db98a4efd748 (diff) | |
download | freebsd-ports-gnome-444c32be4d19d5c6aaaae75856e1848164c26395.tar.gz freebsd-ports-gnome-444c32be4d19d5c6aaaae75856e1848164c26395.tar.zst freebsd-ports-gnome-444c32be4d19d5c6aaaae75856e1848164c26395.zip |
Fix WRKSRC.
Submitted by: maintainer
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index fd273afc99df..441d2e416580 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -26,7 +26,7 @@ PLIST_FILES+= ${LISPDIR}/dictem.el \ ${LISPDIR}/dictem.elc PLIST_DIRS+= ${LISPDIR} -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS+= README AUTHORS NEWS ChangeLog COPYING .include <bsd.port.pre.mk> |