diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-30 17:16:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-30 17:16:20 +0000 |
commit | fdbce8f5d40251166904e42f4e7643daf4a6d01e (patch) | |
tree | 0faed87b21498971a94d76045ee63a759b604a79 /lang/pfe | |
parent | d8dbeeb66ca0f61e8b414c3f813c97c0e6218b5b (diff) |
Notes
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 4 |
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> |