Skip to content

Commit

Permalink
x11/i3lock-color: don't use CONFIGURE_TARGET
Browse files Browse the repository at this point in the history
Don't hardcode the usage of CONFIGURE_TARGET and let gmake decide
where it will build everything,

This is in preparation of the update of config.guess and config.sub
we will use vanilla version so when we will ask for
amd64-portbld-freebsd14.0
it will reply
x86-64-portbld-freebsd14.0
  • Loading branch information
bapt committed Aug 30, 2022
1 parent 8f22967 commit 2838997
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x11/i3lock-color/Makefile
Expand Up @@ -36,9 +36,6 @@ LDFLAGS+= ${ICONV_LIB}

CONFLICTS_INSTALL= i3lock

BUILD_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET}
INSTALL_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET}

PLIST_FILES= "@(,,4755) bin/i3lock" \
man/man1/i3lock.1.gz

Expand Down

0 comments on commit 2838997

Please sign in to comment.