diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-08-21 18:27:52 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-08-21 18:27:52 +0000 |
commit | d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef (patch) | |
tree | 7a28ab7a0068902cd7c5a7209af085134ab06c1d /lang/pike72/Makefile | |
parent | 349e6dc1c510971554852c7fb15494260327d395 (diff) | |
download | FreeBSD-ports-d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef.zip FreeBSD-ports-d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef.tar.gz |
Use PORTVERSION in pkg-plist
Diffstat (limited to 'lang/pike72/Makefile')
-rw-r--r-- | lang/pike72/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index b7d8adb..132cfb1 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS?= \ --without-jpeg .endif CONFIGURE_ARGS+= --without-debug --with-poll --with-oob --with-max-fds=10000 --without-GTK +PLIST_SUB+= PORTVERSION=${PORTVERSION} pre-fetch: .if !defined(BATCH) |