diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/pureadmin | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) | |
download | ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip |
Notes
Diffstat (limited to 'ftp/pureadmin')
-rw-r--r-- | ftp/pureadmin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index f679adc97f2d..82054f9152b9 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} PORTDOCS= index.txt introduction.txt main_window.txt \ preferences.txt user_manager.txt +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in |