diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-04 17:37:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-04 17:37:24 +0800 |
commit | 4e1c01181e88e451c6ee830abd46ba9078f9c418 (patch) | |
tree | 58893836d51a5b73bc0091da5b5db9c04f114cc5 | |
parent | 31b9078a2451096c6f3c52725803b01a0f795f07 (diff) | |
download | freebsd-ports-gnome-4e1c01181e88e451c6ee830abd46ba9078f9c418.tar.gz freebsd-ports-gnome-4e1c01181e88e451c6ee830abd46ba9078f9c418.tar.zst freebsd-ports-gnome-4e1c01181e88e451c6ee830abd46ba9078f9c418.zip |
Add PORTNAME to SUB_LIST
PR: ports/156119
Submitted by: Philippe Pepiot <phil _at_ philpep.org>
-rw-r--r-- | devel/cgit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index af302bd99f26..073a21237c1f 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -36,6 +36,7 @@ MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ NEEDS_LIBICONV=yes SUB_FILES= pkg-message +SUB_LIST+= PORTNAME=${PORTNAME} post-extract: @${RMDIR} ${WRKSRC}/git |