diff options
Diffstat (limited to 'lang/runawk/Makefile')
-rw-r--r-- | lang/runawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index db6612ba9f12..7dd8376c1100 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= runawk -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.4 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,6 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath -Wl,${LOCALBASE}/lib MAN1= ${PORTNAME}.1 alt_getopt.1 +MAN3= ${PORTNAME}_modules.3 PLIST_FILES= bin/${PORTNAME} bin/alt_getopt bin/alt_getopt.sh |