diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-08-06 15:36:33 +0800 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-08-06 15:36:33 +0800 |
commit | b55fc27eec21839a68bb967e6285037fa3f06b93 (patch) | |
tree | 8fb5dd17bb6466d460425c3cc654bfd58b51dde6 /textproc | |
parent | 34640f3905381881ea45678cb180010baf7601de (diff) | |
download | freebsd-ports-gnome-b55fc27eec21839a68bb967e6285037fa3f06b93.tar.gz freebsd-ports-gnome-b55fc27eec21839a68bb967e6285037fa3f06b93.tar.zst freebsd-ports-gnome-b55fc27eec21839a68bb967e6285037fa3f06b93.zip |
Fix WRKSRC.
Submitted by: maintainer
Diffstat (limited to 'textproc')
-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> |