diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 20:47:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 20:47:38 +0000 |
commit | 8b16b9cb6c902075ac2f75aa8d4710e336a87058 (patch) | |
tree | 50606de49ce30458eaf7b41844065a0e34248e1f /devel/linuxthreads | |
parent | 944cbf4d776e6832567d1ca04e39db990ae0b412 (diff) | |
download | ports-8b16b9cb6c902075ac2f75aa8d4710e336a87058.tar.gz ports-8b16b9cb6c902075ac2f75aa8d4710e336a87058.zip |
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r-- | devel/linuxthreads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index dee42a273cee..a2017ee7adea 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -229,12 +229,12 @@ post-install: # @sh ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.if (defined(NOPROFILE) && ${OSVERSION} < 600007) || (defined(NO_PROFILE) && ${OSVERSION} >= 600007) +.if (defined(NOPROFILE) && ${OSVERSION} < 600007 ) || (defined(NO_PROFILE) && ${OSVERSION} >= 600007 ) PLIST_SUB= PROFILE:="@comment " .else PLIST_SUB= PROFILE:="" .endif -.if (defined(NOPIC) && ${OSVERSION} < 600007) || (defined(NO_PIC) && ${OSVERSION} >= 600007) +.if (defined(NOPIC) && ${OSVERSION} < 600007 ) || (defined(NO_PIC) && ${OSVERSION} >= 600007 ) PLIST_SUB+= PIC:="@comment " .else PLIST_SUB+= PIC:="" |