diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-08-22 02:27:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-08-22 02:27:52 +0800 |
commit | d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef (patch) | |
tree | 7a28ab7a0068902cd7c5a7209af085134ab06c1d /lang/pike70/Makefile | |
parent | 349e6dc1c510971554852c7fb15494260327d395 (diff) | |
download | freebsd-ports-graphics-d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef.tar.gz freebsd-ports-graphics-d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef.tar.zst freebsd-ports-graphics-d24d53f0fb757ac32a6f37d3793a30e1cd7b62ef.zip |
Use PORTVERSION in pkg-plist
Diffstat (limited to 'lang/pike70/Makefile')
-rw-r--r-- | lang/pike70/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pike70/Makefile b/lang/pike70/Makefile index b7d8adb0f0d..132cfb180e5 100644 --- a/lang/pike70/Makefile +++ b/lang/pike70/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) |