diff options
Diffstat (limited to 'x11/xnodecor/files/Makefile')
-rw-r--r-- | x11/xnodecor/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xnodecor/files/Makefile b/x11/xnodecor/files/Makefile index dc0e825ae7fc..25f25c8b8f01 100644 --- a/x11/xnodecor/files/Makefile +++ b/x11/xnodecor/files/Makefile @@ -9,7 +9,7 @@ xnodecor: $(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS) install: - ${BSD_INSTALL_PROGRAM} xnodecor ${PREFIX}/bin + ${BSD_INSTALL_PROGRAM} xnodecor ${DESTDIR}${PREFIX}/bin clean: rm -f *.rej a.out core xnodecor |