diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
commit | 00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch) | |
tree | 8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/ooxcb | |
parent | adca18a930ac2e29a3187e0d23bc49de0bb9262f (diff) |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=339414
Diffstat (limited to 'x11/ooxcb')
-rw-r--r-- | x11/ooxcb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/ooxcb/Makefile b/x11/ooxcb/Makefile index 4bdbd520c117..923d7396e406 100644 --- a/x11/ooxcb/Makefile +++ b/x11/ooxcb/Makefile @@ -14,5 +14,4 @@ USE_XORG= xcb USE_PYDISTUTILS=easy_install PLIST_FILES= ${PYTHON_SITELIBDIR:S/${LOCALBASE}\///}/${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg -NO_STAGE= yes .include <bsd.port.mk> |