aboutsummaryrefslogtreecommitdiff
path: root/lang/pfe
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-30 17:16:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-30 17:16:20 +0000
commitfdbce8f5d40251166904e42f4e7643daf4a6d01e (patch)
tree0faed87b21498971a94d76045ee63a759b604a79 /lang/pfe
parentd8dbeeb66ca0f61e8b414c3f813c97c0e6218b5b (diff)
downloadports-fdbce8f5d40251166904e42f4e7643daf4a6d01e.tar.gz
ports-fdbce8f5d40251166904e42f4e7643daf4a6d01e.zip
Set LATEST_LINK.
Notes
Notes: svn path=/head/; revision=127717
Diffstat (limited to 'lang/pfe')
-rw-r--r--lang/pfe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index df36e48ee7fd..5c5defc17e98 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
+LATEST_LINK= pfe-devel
+
USE_PERL5_BUILD= yes
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
@@ -22,6 +24,6 @@ LIBTOOLFILES= pfe/configure
LIBTOOLFLAGS= # none
CONFIGURE_ARGS= --mandir=${PREFIX}/man
-MAN1= pfe.1 pfe-config.1
+MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>