diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-30 05:58:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-30 05:58:19 +0000 |
commit | b466127997f735f888aa92a3364b9c5a64a2db06 (patch) | |
tree | b1d339bf74d59c3f8548a63fadb4ae0a5e10c490 /lang/runawk | |
parent | 69a51de1165b20b7999333115dc63c51a6ca628f (diff) |
Notes
Diffstat (limited to 'lang/runawk')
-rw-r--r-- | lang/runawk/Makefile | 5 | ||||
-rw-r--r-- | lang/runawk/pkg-plist | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index f77548c74707..da5d2702f438 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -3,6 +3,7 @@ PORTNAME= runawk PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,6 +22,10 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS EXAMPLES +PORTDATA= * +PORTDOCS= * +PORTEXAMPLES= * + SUBPRJ_DFLT= runawk modules doc examples do-build: diff --git a/lang/runawk/pkg-plist b/lang/runawk/pkg-plist new file mode 100644 index 000000000000..df78ea37d354 --- /dev/null +++ b/lang/runawk/pkg-plist @@ -0,0 +1,6 @@ +bin/alt_getopt +bin/alt_getopt.sh +bin/runawk +man/man1/alt_getopt.1.gz +man/man1/runawk.1.gz +man/man3/runawk_modules.3.gz |