diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-10 18:53:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-10 18:53:20 +0000 |
commit | 4be50fd70a4fee37c791f84edca0afd776e1ba9c (patch) | |
tree | d50e8ed79b9a923f7b5a43cc9b0fbdc26ba0701a /lang/afnix/Makefile | |
parent | 03eba2a5b4541c58ee16166dfc0dd7e50a3077aa (diff) |
Notes
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index faeb92b6d21e..f3aef2a785d5 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= aleph -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.aleph-lang.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g} @@ -20,6 +20,8 @@ USE_NEWGCC= yes INSTALLS_SHLIB= yes +PLIST_SUB= PORTVER=${PORTVERSION} + MAN1= aleph.1 do-configure: |