1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add stage support

The patch is not necessary.

PR:		ports/183588
Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> (maintainer)
This commit is contained in:
Danilo Egea Gondolfo 2013-11-02 12:58:37 +00:00
parent 84399d9e9d
commit 2e282743a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332477
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ COMMENT= Utility to set override_redirect in XWindowAttributes to True
NO_WRKSUBDIR= yes
USE_XORG= x11
PLIST_FILES= bin/xnodecor
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${FILESDIR}/Makefile ${WRKDIR}

View File

@ -9,7 +9,7 @@ xnodecor:
$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)
install:
${BSD_INSTALL_PROGRAM} xnodecor ${LOCALBASE}/bin
${BSD_INSTALL_PROGRAM} xnodecor ${PREFIX}/bin
clean:
rm -f *.rej a.out core xnodecor