diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-10 17:32:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-10 17:32:14 +0800 |
commit | 707909bbdc9e883b1f4321903aad07cdb3b1d45d (patch) | |
tree | d01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/numlockx | |
parent | 979c8ec7809beeac644111e2b03765d7017aa929 (diff) | |
download | freebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.tar.gz freebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.tar.zst freebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'x11/numlockx')
-rw-r--r-- | x11/numlockx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index aae54f13173f..22fc8ab7f063 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -20,5 +20,4 @@ PLIST_FILES= bin/numlockx CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |